I have a regular email send set to go out using Click Dimensions.
Using CDS Current Environment, there's a timer trigger, find the type of customer, and then send 15+ different emails depending on the customer segment.
I'm creating an Email Send and directly referencing the Email Template to be used to avoid another lookup step.
However its failing on a 'resource not found for the segment' error'
Based on my reading around here and online, i have to reference the entity directly because of the Current Environment limitations.
I think i'm still screwing up the syntax somehow after a few different variants.
What am I missing for this to work when directly using the GUID?
Hello @rackhay,
Have you had any luck fixing this yet? What I've found works for me is that I don't put the / at the beginning of the expression, and I make the entity plural. So instead of Account it needs to be Accounts. Instead of Opportunity it needs to be Opportunities.
In your case I would write it like this, although I've never used Click Dimensions:
cdi_emailtemplates/(GUID)
Let me know how you get on.
Thanks,
Garry
That was pretty much it, use the plural and drop the /
I was pointed to the Odata service route url to sanity check the entity names, will be using that or FetchXRM to sanity check in future
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
48 | |
17 | |
15 | |
12 | |
11 |
User | Count |
---|---|
58 | |
40 | |
24 | |
19 | |
19 |