I want to change date value in HTTP Request to download file everyday.
How to do it and what is the node do you prefer for this solution.
I have use Cron to automate the specific time when download the file from website.
I want to make the download everyday(today) when Cron start to execute the workflow.
Its complete, but I need to add some code to make the time same as my country. This is my code right now “{{DateTime.now().toISODate()}}” without double quotes. So thanks