So, anyway, here is the solution:
You need to use “now” instead of “timestamp” in the Create Database Item module.
I’ve built a setup exactly as you described, and it seems to me that your goal is achieved.
Here are some screenshots:
Hey @iacosite Here is a troubleshoot solution for you:
The first step is searching for the tasks that have a recurrence greater than zero. Your configuration seems correct as long as your filter is set to find the objects with "Recurrence (days)" > 0. Ensure this filter is accurately capturing all the tasks that should recur.
For each task captured by the filter, you’re looking to create a new task with a name that is a combination of the original task’s name and the current date, while setting the new task’s recurrence to zero. In your Create a Database Item setup, you’ll need to ensure the name is correctly concatenated with today’s date and that the correct formatting is applied.
The screenshot where the task’s name is 20-01-1970 12:18 suggests there might be an issue with the date formatting or the date value provided to the creation module.
just wanted to ask whether you had some time to check out @Albert_Medov’s and @ThakurHemansh’s suggestions to fix your troubles. If you did could you let us know if any of them did the magic and solved your troubles?
Hi! Thank you for the help!
I didn’t know about the repeated tasks feature, thank you for pointing it out to me @ThakurHemansh ! I am trying it out and it looks like it does what I tried to implement here!
Going to the make.com worklflow,
I fixed the timestamp vs now issue, and now it works!
I think the issue was either that or that I was trying to run each single module by right-clicking Run this module once instead of the general workspace Run once.