Join Discord
Powered by
you can do something like this if (workflow.variab...
# 🌎general
f
fresh-fireman-491
12/18/2023, 5:25 PM
you can do something like this if (workflow.variableName === "Yes"){ workflow.variableName = "Interested" } else if (workflow.variableName === "No") { workflow.variableName = "Not interested" } else { workflow.variableName = undefined }
Previous
Next