Use custom variables like {{dateadded}} or {{now}} would be great. This can be used to map the scrape step to google sheets before send to Google Sheets or send to webhooks
10-09-2023 -
Activity
Newest / Oldest
Kyle
Status changed to:
Live
Kyle
Hey Quang,
Love this as an idea. For now your best bet will be to use a custom code step unfortunately. For example you can add a custom step and enter
return date.toLocaleString("en-US")
this will return mm/dd/yyyy hh:mm:ss am/pm
So if you have step 4 custom code and step 5 scrape then you might get something like this in your sheet
Activity Newest / Oldest
Kyle
Status changed to: Live
Kyle
Hey Quang,
Love this as an idea. For now your best bet will be to use a custom code step unfortunately. For example you can add a custom step and enter
return date.toLocaleString("en-US")
this will return mm/dd/yyyy hh:mm:ss am/pm
So if you have step 4 custom code and step 5 scrape then you might get something like this in your sheet
(@step 4 | @step 5)
9/9/2023 10:09 PM | Kyle