Workflow not sending email
UHDJosh
✭
When I try to run this automation, if a person signs up for an event and their row ID is equal to or more than 41, they should have received an email. I tried forcing this and no emails have been received.
Tags:
Answers
-
That is because "041" is stored as a text value. That means there is no greater than or less than since it isn't a number. How exactly are you populating the [Row ID] column?
-
I set the column using the "# auto number", once the user fills out a form it inputs a number.
-
You will need to use a helper column (can be hidden after setting up) to convert that into a numerical data type.
=VALUE([Row ID]@row)
Then reference this helper column in your automation.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives