Hello guys, I created a Forms Pro form and hosted on my site within its Iframe.
My object is when a user submit this form a custom entity should created in Dynamics 365 CRM.
I successfully connected them following the next tutorial:
https://www.preact.co.uk/blog/converting-web-forms-to-dynamics-365-leads-with-microsoft-flow-forms
My problem is my entity holds an account lookup and it cant be directly mapped from a string incoming from Form Pro.
How it is possible map a Forms Pro element to an entity lookup value?
It fails with Bad Request - Error in query syntax message because the dynamic content contains string like "Activision", but the entity should receive a GUID i think.
It is possible to convert the answer on the fly from account name to GUID? When I insert a GUID as an answer in Choice the entity created without any problems.