Mar 14, 2024 06:40 AM
Hi all,
I have created an automation which takes an action based on whether a value (a list of dates, via a lookup field) contains today's date (via a formula field). Both are formatted to only include date and not time. However the action is not working because the value returned for the first step is [object Object], rather than an actual value (the list of dates). Any ideas? Thanks!
Mar 14, 2024 03:47 PM
It sounds like you are using a script? If so, use the console.log function to output your data and select the correct elements to return to your field.
Mar 14, 2024 08:45 PM
Could you provide screenshots of your table with example data and automation setup please?
Mar 15, 2024 05:01 AM
I am not using a script, just using the various options for formulas, lookups, and automations. See screen shots below. I have events in one table, and people in another. Basically I want to be able to send a slack message to when I have booked them for a shift (name entered in linked column called "confirmed" and then using last modified time, limited to those that were modified today). Limiting to "last" doesnt work because if I remove someone from the confirmed column, I dont want to send a message to the last person booked before that change was made. Thanks!