Add date manually Digistore24
Status: Closed · Asked by Sophieja23 on · 0 views
Hi,
I created a workflow which transfers data from a Digistore24 order to Google Sheet. So far is everything working. Only Digistore24 does not provide order date which I want to have in my Google Sheet.
My action step now is to add a row to Google Sheet. One of the columns should have the order date. Is it possible to add this manually?
Thanks, Sophie
Hey @Sophieja23
My action step now is to add a row to Google Sheet. One of the columns should have the order date. Is it possible to add this manually?
Since the trigger event is a webhook abed trigger event, we can only get the data sent by the application itself. So, it is not possible to add the field coming from the application.
Though as a solution, we would recommend you use the DateTime Formatter: Modify Current Date action step.

Perfect. I will try this (y)
Thanks