Changed field from Text to Email - Workflow now not working

Comments

1 comment

  • Automations Bot

    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!

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk