Adam_636382
Adam_636382
About
- Username
- Adam_636382
- Joined
- Visits
- 134
- Last Active
- Roles
- Member
- Points
- 35
- Badges
- 4
- Posts
- 32
-
Re: Regex on Tables Look up data in a column
Solved my own question with a workaround. 1. Add a column to the Trigger Attachments table 2. Use Tables Apply Formula to populate values into the newly created column. Use "columns[#].includes(… (View Post)1 -
Re: Find Document Download path
Found the answer to my own question: you can use Field Formulas to identify the document ID after the look up step: (View Post)1 -
Find Document Download path
In my workflow, I am using the "Tables: Look up Data in a Column" action to look up a file field in a table. This is returning the actual file but I need the download path for that file ins… (View Post)1 -
Re: Send one email to all contacts in an Excel cell
Thomas the request you linked has been marked completed. Upvoting Damon's idea as this is the behavior we would prefer (including all contacts on one message, not creating separate messages) (View Post)1 -
Field Formula String Contains
Trying to evaluate a field (which should be a string of text) to see if it contains certain text. Javascript methods should work as str.contains(searchtext). Can I use that method in field formulas? … (View Post)1