- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 12:10 AM
I'm trying to put the records from lookup to worknotes, but i'm getting the sysid of the users and not their names.
I can't dot walk their names if I directly get the record.
but if i use For Each, i can dot walk their names but it record a worknotes for each user.
I need to record their names in worknotes once and in array.
can anyone give me ideas?
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 02:25 AM - edited 07-03-2024 02:29 AM
Here's an example for reference.
Hope it helps!
And here is the append-data step expanded to explain that step.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 02:13 AM
Yes, and that is exactly what I wrote.
First use a look up records to query records.
Then add data to the flow variable in the for-each loop for all records found.
Lastly, after the loop is completed, you should have all the data stored in a Flow variable, and use that data to update the record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 02:25 AM - edited 07-03-2024 02:29 AM
Here's an example for reference.
Hope it helps!
And here is the append-data step expanded to explain that step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 02:40 AM
Hello @OlaN ,
how can i store the value from lookup records in array and put it in worknotes as one?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 03:15 AM
Thank you so much @OlaN and @Krushna R Birla .
I can now put the names on one worknotes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 03:01 AM
Hi @Al-jhon
As I understand it, you want to push all user names into an array and return it once in the worknotes. To do this, you need to use a 'For Each' action right after you look up the records. This action will iterate through all elements and push them into a variable. Create a flow variable to store all the elements.
Once this is done, you need to update the records using the flow variable.
@OlaN has also demonstrated this in the snapshots. This is the only way you can push elements and update them at the form level.
This will definitely helps you to resolved your issue. Let me know in case you need to understand the flow or you can DM on LinkedIn.
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Best Regards,
Krushna Birla