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

Report
All responses (
Answers (