The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I'm trying to use a script in an automation to filter specific records from a view and then include those records in the next step of the automation (which would be inserting them into an email to send).I can get the script to successfully find and f...
Thanks! That works, and I'm able to at least see a list of the session IDs in the automation's next step now. If I want to get a field from those records called 'StartTime' instead of just the IDs, do you know how I would format that?
This gives me the same error I initially had "TypeError: Invalid arguments passed to output.set(key, value): • value[0] should be a JSON-serializable type, not an object".I'm guessing I just can't output an entire record; can I output just a particul...
In your synced table that the 'person' field is coming from, make sure you have also added a lookup field to the field you have for 'hours logged' in the table you've shown. Then, you just need add a rollup field that sums the 'hours logged' field f...
Thanks for taking the time! This didn't throw an error, but the filter isn't returning any values at all now. It was working successfully with what I had just not outputting. Any idea?