Automation Workflow: Use parameter placeholders in Conditional Split Rule

I was wondering if it was possible to use paramter placeholders in automation workflow rules. So for example, in a conditional split, I would like to compare a contact detail variable (e.g. EMAIL) with an event data field.

Here is how I would expect to look like:
In the Define split condtions:
ORDER_ID
at least: 1 time in the last 1 day
Is equal to: {{ params.order_id }}

Where {{ params.order_id }} is a value coming in from an event.

Another use case would be to compare event_data fields from 2 different events with each other, for example when using the Wait unti an event happens rule.

Any help would be appreciated!