Hi,
I'm glad that it worked for you! About your "Tutor" issue, it looks like you are using the dynamic content of the Tutor lookup column in Dataverse as an input to your column in Excel. As a result, you must get the Tutor's ID, and not the Tutor's name (which is displayed in DV).
There is an easy workaround for it. Inside your Apply to each, add a Get a row by ID action, since it returns some additional fields. Make one flow run with the Get a row by ID action inside your loop and check their raw outputs and search for the "Tutor" field. In the example below, I'm doing the same process with the Accounts table to access the details from "Primary Contact" column:
Highlighted in green is the lookup field id, which is the what you are returning right now in your flow. Highlighted in red, we have the respective contact name (in your case you will see the Tutor name), which is the desired output.
At this point, you can copy the property name related to the Tutor name and use it in an expression to load it to your Excel file. For my case, I would need to use the expression outputs('Get_a_row_by_ID')?['body']['_primarycontactid_value@OData.Community.Display.V1.FormattedValue'], where the text in red is the property copied from the raw outputs.
I will run the flow again with this Compose action just to illustrate the difference of the outputs:
And those are the final outputs:
As you can see, the expression returns the lookup label rather than its id.
Let me know if it works for you or if you need any additional help!
-------------------------------------------------------------------------
If this is the answer for your question, please mark the post as Accepted Answer.
If this answer helps you in any way, please give it a like.
http://digitalmill.net/
https://www.linkedin.com/in/raphael-haus-zaneti/