Thanks to @Sarah_Esteve’s help I managed to use all the data I collect from a user to fill the parameter expected by my partner API.
I’ve got 1 issue still: the way to user flow is designed forces me to calculate the following parameters on 2 differents ways:
-
date_start
-
length
When setting the API call action in the workflow tab, I’m trying to use a OR condition to get the value from one formula or the other:
Unfortunately, it’s not working when looking at the workflow result with debug_mode. The value filled for date_start parameter looks like this:
Am I doing something wrong here?