โ08-08-2023 10:11 AM
Hello,
My recipe is creating s Sales Order in NetSuite from Salesforce.
I would need to add a condition, where the sales order is generated from specific environment, so there is a need to check a customize checkbox (FOR INVOICE GROUPING, on the sales order level).
I know how to create a condition as a standalone block.
However, in this case, I would need to add a condition as a formula. If so, how to do this in the field itself?
โ08-08-2023 01:36 PM
you can use this formula
condition ? expression1 : expression2
โ08-20-2023 06:43 PM
Hello!
This is Marlon from the Support team.
You can use a conditional formula to check if the value is true or false. If it is a checkbox, the value could be true or false.
You can use the .is_true formula. See the doc below for string formulas.
https://docs.workato.com/formulas/string-formulas.html#is-true