Previous article: Creating Records through an API (POST Requests)
Step 1. You can copy-paste the Data Flow Task component you've used to create a record for a resource or create a new one in the same way we did in the previous article.
Step 2. Modify the component's JSON Source payload to reflect the changes you'd like to make to the record we'll specify by its ID. Here I am going to change the name and description of my ClickUp task, but the tag will stay the same.
Step 3. Get your task ID from the ClickUp browser interface by selecting the "more options" ellipsis on a list's task and clicking "Copy ID". Paste it into the JSON Source and remove the hashtag (#). Click OK when you're done.
Step 3. Open the REST Destination editor. Select Update as the action and once again, you'll need to specify the list_id
for this example.
Step 4. Select the mapping tab to make sure that your fields/columns are mapped correctly. In some cases, you may need to refresh the columns, unmap all, and map all using the buttons at the top.
Step 5. Execute the component. You should now see your updated task item in ClickUp!
Next article: Deleting Data from an API (DELETE Requests)