Hi Guys,
Im trying to create a flow that updates cases created from an order once a certain column on the order gets changed\triggered.
The reference of the case to the order comes from the initial creation where the case has a column named new_createdbyorder that would put in the name of the Order in there (Lookup)
So what i am trying to do on my flow is to basically list records for all cases created by that order name using the filter query of that column, like the image below. (I am trying to filter the records to show up new_createdbyorder eq 'Name')
However the flow fails at that saying:
"Could not find a property named 'new_createdbyorder' on type 'Microsoft.Dynamics.CRM.incident'."
Where am I getting it wrong? How can i make it work? Or am i totally doing everything wrong?
By the way i dont know if this helps but from the order itself, we have a view that shows up cases created by the order, im not sure if i can use that as well for this flow but either way the goal is to basically update the cases created by an order via a certain trigger on the order entity. Has anyone ever done this before? Thanks
Solved! Go to Solution.
In your filter expression please use as below
_new_createdbyorder_value eq 'Order ID'
If this post helps you with your problem, please mark your as Accepted solution.
If you like my response, please give it a Thumbs Up.
MG (Naturally Curious)
In your filter expression please use as below
_new_createdbyorder_value eq 'Order ID'
If this post helps you with your problem, please mark your as Accepted solution.
If you like my response, please give it a Thumbs Up.
MG (Naturally Curious)
Hi
I think your recommendation works it is able to identify it, thanks a lot. On a side note though, im getting a different error which seems like the last part: D
A binary operator with incompatible types was detected. Found operand types 'Edm.Guid' and 'Edm.String' for operator kind 'Equal'.
Should i initialize it as a variable or what?
The error comes up on the List records part.
Problem is on the case form what is referenced is the Order Name and not the OrderID,
Do you know how i could go around the problem?
@jimmart Yes I understand now then you have to add additional step List Records on the order entity and filter expression
new_name(schema name for your name field) eq ordername, initalize a variable above it and after the list record set the variable to the order Id and pass the variable to the second list records.
Hi Mira,
I tried the solution but it comes up with this?
Syntax error at position 37 in 'new_createdbyorder_value eq ORD-10570-T3V6R5'.
I tried to initialize the variable at the top to point to the OrderName.
And then did a list records for order with that ordername.
And the last part was this where i set the variable to OrderID but it came up with the error above.
By the way appreciate your continued help on all of this Mira. Thanks so much.
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 |
---|---|
72 | |
27 | |
22 | |
15 | |
13 |
User | Count |
---|---|
141 | |
42 | |
42 | |
34 | |
30 |