Gets names of related app

Hi, I do have App A which is related to App B, I wanted to get the multiple field values from App B…
I did do Get Related records action then how can I loop and get values in Execute a script event?

So it might depend a little on exactly what you want to do however you can use a loop block and loop through the collection:


However if you are going into a script block anyway then you can do away with the loop completely:

1 Like