Hello,
Looking into the documentation, there it not written if we can call the duplicate method as you can see in the picture
Is there a way to directly duplicate an object with the api and get the ID of the new created object ?
--
I found another solution but it's more complexe automation
Create a Webhook:
And call Server Action:
Create another automation, when new Task is created, send a json (included the ID) to an http address.
But the system has to do 2 independent steps
And multiplying the steps increase the chance to have bugs
It should works, but not very good.