Hello!
I am new to using Dynamics 365 and Power Automate. This will be my first post so any guidance or help will be much appreciated.
I created a Cloud Flow in an attempt to alter a record. When a record is updated, this Flow would trigger and transfer the value from a text field to a lookup field (within the same record). This lookup field is tied to another entity through a N:1 relationship.
When I attempt to run the Flow, I receive an error. From what I can gather this is because the Flow cannot update the lookup field since it is expecting a GUID to be passed (due to the relationship), meanwhile I am providing a string.
I've tried capturing the GUID associated with the string I am passing in. I attempted to make an array made up of all the GUIDS (and various values that accompany them). I then tried to loop the string I want to pass in against this array. Once I have a match. I'd extract the GUID and then pass that instead of the string. Apologies if this sounds confusing, as I am confused myself.
I am unsure if this is the correct approach to my issue.
Again, any help would be welcomed greatly!