HI Alice,
Flow example (because I have custom entities) :
1. When I create an Appointment in Dynamics the flow runs
2. It retrieves the appointment record
3. from Appointment It retrieves the Account
4. from Account It retrieve child records (quotes)
5. from every quotes It retrieves owner. I see the ownerid (not the user's name)
how I can retrieve the of the owner for every quote?
I tried with ownerid($select=sinsales_name) in expand query, I retrieve the name but how can I insert It in HTML table?
Thanks
Sergio