I am configuring a flow to create a new record in business central. The trigger is when a connection record is created in the CRM. I encountered error and not understand why and need your help.
Steps:
step 1: when connection record is created in D365 CRM, the flow is triggered
step 2: get account information (connect_from(account)) in CRM;
step 3: get account inforamtion (connect_to(account)) in CRM,
Step 4: check condition 1
Step 5: check condition 2
Step 6: create record in Business Central
ID= connectionid
Customer_ID #= connect_from(account)_bc_id#,
Connected_Customer ID #= connect_to(account)_bc_id#
Screenshot: https://drive.google.com/drive/u/1/recent
I got below error: https://drive.google.com/drive/u/1/recent
*****Error Message copy as:
status": 400,
"message": "The server response is: 'We're sorry, an error occurred during evaluation.'\r\n inner exception: We're sorry, an error occurred during evaluation.\r\n inner exception: Guid should contain 32 digits with 4 dashe......***
I do not understand why and how to correct this error. Thank you.