Hi all, I'm trying to create a flow to enable a school to import data from Excel into Dataverse.
I'm stuck on Lookup fields. For example I have a GroupType table referenced by a Group table.
My approach
I import the data from the groupTypes Excel file into Dataverse which generates the UIDs.
I then read data from dataverse into an array comprising groupTypeDescription and grouptypeid.
Challenge
When I import Groups I want to be able to pass the groupTypeDescription from the groups spreadsheet column and return the grouptypeid from the array and then use that to populate the lookup field on the groups Dataverse table.
The 'variables()' expression looks a likely candidate but I can't seem to crack it.
There are similar posts on here but I can't find the answer.
Can anyone offer any advice please?
Many thanks,
Jim