I need help, im making a flow to get the 2 left characters from a string.
I get a form respons which can be 3 options:
30 days
60 days
"others" (the response should be 45 days as example)
and i need to collect the number 30 to later, make an "adddays()" function and create a calendar event (which i know how to make it)
I only need to reccolect the string "30" from "30 days" and later get into an INT.
Also i would like to prefer to get only the 2 left characters (in others the user can put as example 90 months, and make a higher string)
Any ideas? thanks