Hi,
I think I am missing something simple, but it isn't making sense to me.
I have a trigger 'dataverse/When data is changed', the next stage is a 'Dataverse\list rows'.
I want to list all the rows that have the same work order number as the triggered rows.
So I put in the filter
cr318_worksordernumber eq [Dynamic value of WO] (@{triggerOutputs()?['body/cr318_worksordernumber']})
but I get the error:-
Could not find a property named 'WO018697' on type 'Microsoft.Dynamics.CRM.cr318_sdeworkorderroutingsv2'.
if I hard code the Work order number it works fine
cr318_worksordernumber eq 'WO018697'
it has the correct work order number in the error, the error is talking about trying to find a property named that.
Can you help?
Troy
What's your filter for the action?
cr318_worksordernumber eq '(@{triggerOutputs()?['body/cr318_worksordernumber']})'
OR
cr318_worksordernumber eq (@{triggerOutputs()?['body/cr318_worksordernumber']})
Have you tried the other? Are you using the experimental features or the default filter expression builder?
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉