
Announcements
Dear community,
I am trying to populate data from an Excel file to a Dataverse table that has a lookup column.
At the last step Adding a row (in Dutch: "Een nieuwe rij toevoegen" i get an error message:
The supplied reference link -- /crcfa_dbempdir_managers() -- is invalid. Expecting a reference link of the form /entityset(key).
I hope someone can help of guide me even this is in Dutch:
Gr.P
This simply means - /crcfa_dbempdir_managers() - that you are not passing in a value. So do some debug on your variable 'Uitvoer' (excuse my Dutch) as it is coming through blank/null whereas you expect it to have a GUID in.
I think this is from the first output of your first Excel call; in a flow run look at the outputs of that step to check what you are missing.