I have a custom entity that has an N:1 relationship with the Contacts entity. The custom entity captured data from a user through a web form.
I want to use power automate to update a look field on the custom entity which is linked to the contact entity. I have a unique identifying number on the custom entity which is also on the contact entity.
The look-up field will populate when the unique id is entered into the look-up field manually and I have also got it to work using power automate but only when I specify the GUID for the contact record and custom entity record.
How can I get power automate to populate the look-up field on the custom entity with the data that is entered in the custom entity text field when the record is originally created.