I want to use an arithmetic operator in a conditional flow, as shown below:
<Step>
<Condition>(receive.timestamp - start.timestamp) > 5000</Condition>
<Name>raisefault</Name>
</Step>
But when I try to save the API Proxy, I get the following error:
Server Error.
For input string: "-"
I thought arithmetic operators were allowed in conditional flows.
Stephen