![Power Automate]()
I have created a Power Automate Flow on Create of Order Product and on creation of Order Product for an Order, it did not trigger the Flow and got the below error.
![Trigger]()
Followed the below steps and resolved this issue.
Step 1. Click on go to the trigger.
![Click]()
Step 2. Saw the below Error and Clicked on Edit.
To use FilteringAttributes, your trigger must include an Update event.
{
"error": {
"code": "0x80040203",
"message": "To use FilteringAttributes, your trigger must include an Update event"
}
}
![Error]()
Step 3. Initially, I added the Change type as Added or Modified, but later I updated the Change type to Added.
Select columns only works for Modified – Change type only, When I changed the Change type to Added, forgot to remove the Select columns and hence the error occurred.
![Select Column]()
Step 4. Removed the Select columns and Saved the Flow and Flow started working on the creation of Order Product.
![Order Product]()
Hope you understand this issue and resolve it.
Please like and share your valuable feedback on this blog.