How to convert sysid from lookup records to string.

Al-jhon
Kilo Sage

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.

Aljhon_0-1719990588501.png

 

1 ACCEPTED SOLUTION

Here's an example for reference.

Hope it helps!

 

flow-use-variable-to-store-multiple-values-update-single-record.png

And here is the append-data step expanded to explain that step.

 

flow-append-data-flow-variable-expanded.png

View solution in original post

10 REPLIES 10

Krushna R Birla
Kilo Sage

Hi @Al-jhon 

 

can you please add more snapshot related to what you are getting and what you want at field level. Would be great for me to provide solution.

 

Thanks,

Krushna Birla

OlaN
Giga Sage
Giga Sage

Hi,

You can store all their names in a Flow variable.

First do a look up records, like you have already.

Then extract all the names in a for-each-loop, and store the data in a Flow variable.

Then after the loop is done, use the collected information in the Flow variable to update the record.

Hello @OlaN , i tried your idea and i am getting the name already.
Now since I am looking up for records, there are many records i will get and i want to record it in worknotes once only and not by loop.

Aljhon_1-1719994734192.png

 

Aljhon_0-1719994708196.png