Hi there,
My flow creates a new row in a CDS table ("log").
I need to update a field called "asset". This field is a lookup field related to the "asset" table.
My input trigger does not provide the asset id, but the asset name.
How can I update this field using the Asset name and not the asset ID?