Hello All,
I am attempting to build a flow that is triggered via a selected record from a model-driven app.
I am using 'get a row by ID' against the 'selected record' to look up a record in the dataverse. This works fine.
What I am trying to do from there is get some of the fields from WITHIN one of the lookup fields of that record. I would be happy to set it as a variable at this point. I just dont know how to reference it. I did it by accident once and now I cant for the life of me figure it out. Just my luck!
For an example to hopefully make more sense:
I have an Accounts Record that I have retrieved with 'Get Row by ID'. This Accounts Record has a User field in it that is a lookup.
How would I go about referencing say the Qualifications Field of the User object within that lookup?
Thank you in advance!