Workflows: Compare runtime value with attribute in JSONpath expression

@colin_mckibben

Is there a way to define the runtime variable in the JSON expression to compare the values of an attribute with a runtime variable value that we initialized?

Thanks

Can you please elaborate more? I’m not sure what you mean by runtime variable. Do you have a concrete use case you are trying to solve?

Runtime variable means a variable that initializes at the runtime of the code or expression. Example:

today’s date = it should be initialized when the expression is being executed and put a value for the current date and time.

Workflows doesn’t have runtime variables like current date, but that might be possible in the custom variables feature coming later this year. As of now, you can only reference variables from action and trigger output.