08-14-2023 08:46 AM - edited 08-28-2023 01:39 PM
I have a custom object named "Items" in salesforce, and I want tasks to be created in ClickUp whenever an Item is created, if the task is created then it should be updated.
is there anything I'm missing?
Solved! Go to Solution.
11-21-2023 07:35 AM
I was able to fix it, Just matched the ID and the name of the item. In order for it to work I Created two apps in ClickUp API. One for Workato (I asked them for their return URL) and one for Salesforce. Then I created the Recipe Below and it works fine. It is not bi-directional because it was not a client request, but still tested and works bi-directionally.
08-14-2023 02:16 PM
Hey @eliezeraugust0, do you mind reattaching the photos you provided? I can't view on my end.
08-28-2023 01:38 PM
Here are the pictures
08-15-2023 11:30 AM
One method is to run your recipe in schedule and have Query to Items which was created.
Another method is to use webhook. Create a webhook in salesforce and have Workato run recipe based up on webhook.
11-21-2023 07:35 AM
I was able to fix it, Just matched the ID and the name of the item. In order for it to work I Created two apps in ClickUp API. One for Workato (I asked them for their return URL) and one for Salesforce. Then I created the Recipe Below and it works fine. It is not bi-directional because it was not a client request, but still tested and works bi-directionally.