Hi everyone,
When I follow the instructions as of Connect sequence to records in the sales accelerator | Microsoft Docs. And when I run the flow, it says that the "Related entity is not supported. Please enable the entity in Settings".
This is the setup:
This is the error:
Can you help me where can I enable this entity for this action?
Thank you for your help in advance!
Regards,
Anna
Hi Anna,
I believe the issue is with RegardingEntityName that is showing as "1". You're passing the lead record "name" field which:
In your scenario the flow is triggering on a lead record where you probably set last name = "1". Hence "1" is passing as the RegardingEntityName and failing.
The "RegardingEntityName" should be "Lead".