Trigger Conditions to start a flow when a 'ProjectID' field CONTAINS a value like 'GA', i have configured the trigger condition as below but no luck:
Could you please help.
Solved! Go to Solution.
ok @RohitRaj ,
so, since it's a lookup field, you should use this expression:
@contains(triggerOutputs()?['body/ProjectID/Value'], 'GA')
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco
Hello @RohitRaj ,
please use:
@contains(triggerBody()?['ProjectID'], 'GA')
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco
Based on what I'm seeing here (https://community.dynamics.com/crm/b/dynamics-365-blog-with-manish/posts/trigger-condition-expressio...e ) I think it needs to be @contains(triggerBody()?['ProjectID'],'GA')
edit: wow I've had this page open for too long and I got beat on the solution by 30 whole minutes, lol
I answer questions on the forum for 2-3 hours every Thursday!
Hi Marconetti,
Tried both inputs below still the same:
@contains(triggerbody()?['ProjectID'], 'GA')
@contains(triggerbody()?['ProjectID'],'GA')
Please see below screen reference of my trigger column which is a look up column and value examples:
ok @RohitRaj ,
so, since it's a lookup field, you should use this expression:
@contains(triggerOutputs()?['body/ProjectID/Value'], 'GA')
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
BR,
Marco
Thank you Marconetti. That worked.
Hi,
I can see the flow is still not working. Not sure what is wrong in settings of the trigger:
Error i am getting as below:
User | Count |
---|---|
87 | |
38 | |
23 | |
20 | |
16 |
User | Count |
---|---|
128 | |
47 | |
46 | |
27 | |
25 |