Changed field from Text to Email - Workflow now not working
Hey all,
I'm using the Real Estate Investment Pack (https://help.podio.com/hc/en-us/articles/360017468820-Real-Estate-Investment-App-Pack).
My email drip sequences have been sending fine, but I just got the bright idea to change my email address field from a Text field to an Email field, and now my flow 2-2 Email (Podio SMTP) is not working.
Is there a way to update this flow so it references the new Email field I created, and not the Text field that this pack initially used for the Seller Lead email address?
Thanks in advance for your time and advice!
-
Hey Greg, follow the following steps:
1. Refresh your Globiflow by clicking Refresh from Podio button.2. Use the email field token you need and store it in a variable.
3. Podio always stores emails in this format work:hello@example.com so you'll need to get rid of work: otherwise your email will throw an error and won't be sent
4 To resolve this create a variable and add this code then replace <your field here> with your actual field
Code: substr(<your field here>, 5)
Pro Tip: make sure you use only work:, home: in email field, if you're using other: then use this code substr(<your field here>, 5)
Hope this helps!
Please sign in to leave a comment.
Comments
1 comment