I have a zap that is passed the 'user' name by the trigger but not the user email or mobile that I need for the second app.
I'd like to be able to conditionally create two variables based on the user name and pass the newly.created variables to second app.
If user equals "x" then user_email equals "email" and user_mobile equals 'mobile number', if user equals 'y' then....and so on.
Then pass those two variables names and results to second app.
I've tried the python module but can't seem to get it to work. Tried the spreadsheet module but can't seem to get it to work.
Any way to do this? Thanks in advance.