Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Apr 14, 2021 03:31 PM
I’m hoping to get the first 9 characters of a record into another field. Id normally just make the field into a formula and use Left({product},9) but the rest of the automation wont run on the formula field.
Please help.
Solved! Go to Solution.
Apr 14, 2021 04:10 PM
Another option is to use an “Update record” action to copy the result from the formula field to a single line text field, then use that value later in the automation.
Apr 14, 2021 03:47 PM
In javascript you’d do: variableName.substring(0, 😎
Apr 14, 2021 04:10 PM
Another option is to use an “Update record” action to copy the result from the formula field to a single line text field, then use that value later in the automation.
Apr 14, 2021 04:38 PM
Thanks Justin, that worked a treat.
Apr 14, 2021 09:12 PM
Glad to know that you got the answer you were seeking! If you would, please mark my comment (the one above, not this one) as the solution to your question. This helps others who may be searching with similar questions. Thanks!