Hi, I need some help.
I have a custom 'Order Placed' metric that is sent from my site with these parameters:
{
“order_id": 42,
“status": “new”,
“$value": 10
}
This metric is a trigger for a Flow, where after 3 days I want to check if the order status has changed and send an email if it hasn't. I know I can use webhook to check Order Status, but is there another way?
For example, use Conditional split 'What someone has done (or not done)' 'Person has' metric 'Order Status Pending' where order_id = order_id from current flow trigger.
Is there a way to put value of 'order_id' to Conditional split field?