Flow fields auto update after manual run

Hi,
We are facing an issue when we pass an order from a flow that add and remove tag based on specific conditions.
Sometimes it works and most of the time it gives an error that order_id is required, even its passed in the flow.

Sometimes after passing an order from flow, it auto updates the configration.

I have created similar flow month ago and its working fine.

Please see attached images.

I can’t see the full path there, but very much doubt that you want the order on that path.

It’s the draft order returned by Send Admin API request, and appears to be the orders for the company at the location for the purchasing company.

If you overrode it, try deleting it and going back to the default path

We create a draft order and then add a tag in the main order & also remove 1 tag.
Did the same previously and its working fine.

I’ve overrode it multiple times, not sure why it override again by passing an order from flow.

I don’t know what you are saying there, but that is a very unusual path. I can’t really help without seeing the full path and the full workflow.

Well I’ve fixed it by adding the order ID in run code return and using it to add & remove tags, it worked like a magic.