Say you have three lists, ListA, ListB, and ListC.
Some columns in ListA are my keys to retrieve data from Lists B and C. I use other ListA columns to set fill colors and things like that.
So far, I have been assigning Lookup results to individual variables, but I believe that the code would be cleaner if I could assign the whole Lookup result to a record variable, and the just use the record elements when I need them.
Is this possible? how?
Hi @mobilismexico ,
Do you want to save a record as a variable?
I have made a simple test for your reference. I append a record to an array variable and then get the value of each field by expression.
1. Here is my SharePoint list.
2. Here is my Flow.
first(variables('VarRecord'))?['fieldname']
Result Screenshot:
Best Regards,
Charlie Choi
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2