
Announcements
Hi all,
I am having a hard time setting up the power automate connection between the new D365 sequences and leads/opportunities module.
Basically every time an opportunity is created (hence qualified) I want D365 CRM Sales to run a set of sequences. I have followed microsofts instructions here (Connect sequences using power automate) , but I keep getting errors:
its telling me that the entry is null
But as you can see I have the OdataID mapped
I also used the XML fetch to pull the other two entity ids, but since the regardingid is on a lead by lead basis I need to pull the variable.
I am relatively new to power automate so any help is greatly appreciated @PowerAutomate
Use the unique identifier of the record from the trigger (when a row is added, modified or deleted).
If the entity name of the trigger is opportunity table, use the opportunity dynamic value from the trigger in your instance for the RegardingEntityId parameter for the unbound action.
If the entity name of the trigger is lead table, use the lead dynamic value from the trigger.