How to add a button next to every element present in queue?
I have a queue component under which multiple records can come on basis of a condition I have applied in model. I need a button next to each and every queue element. Number of elements is dynamic in queue.
Thanks
Thanks

Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
If you are just needing a way to 'follow' that record, you can setup a 'Click' interaction on the Queue and just add some text that says (click to follow). The 'Click' interaction can then have any action steps that you need to 'follow' that record.
Thanks,
Bill