Unable to retrieve attributes when doing an retrieve by association

0
Hi all, I am building a microflow in which I want to retrieve a certain attribute from the ‘Patients’ entity. However, if I do a retrieve by association, I only get returned a list (see image). Instead I want to be able to get to the attributes inside the entity since I want to use that to automatically calculate values for other attributes. Anyone knows how to fix this?
asked
1 answers
1

Hi Derek,

Once you have the list, you can iterate over it and use any attribute from that entity by referencing it this way:

$EntityName/AttributeName

Hope that helps,

Mike

answered