Issue with getting values from look up records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 03:45 AM
Hi Team,
currently I am using look up records to fetch the user records from SN table as a output I could able to get count of the records. What i needed is to get the userId's of each records in comma(,) separated. Example abueltutor, Candy, Alexi.
Pls let me know how can I achieve this.
Thanks and regards,
Pavan.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 11:53 AM
@Pavan Kumar28 Since you mentioned Look up records, I am assuming you are doing this operation in a flow.
1. As a first step, you would need to define a flow variable.
2. In step 2, use a For each look after your Lookup record step and set the flow variable according to the following configuration.
Hope this helps.