Hi all,
I have a scheduled automation that runs at 3am. I would like to return all the items from Assets that have a date from a particular field that will happen on the day the scheduled automation runs.
I need to set a value for 'Inspection' in Assets to True if the 'Inspection Date' for an item is on the day the automation runs.
I just can't put the lookupObjects query together to come up with the narrow on this day information to be returned. I can't use startofDay() or endofDay() it seems also in the query, so not sure how to wrangle this.
leveraged the above as a start date variable and added this for the end date variable
.plusDays(1)
I have my start and end period for the current day as variables.
ok I can come up with the start of the day
{{now.toDateTimeAtStartOfDay("Australia/Sydney").shortDateTime}}
I can't see how to do the same for the end of the day
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.