Hello there! I am new in this world and need some help.
I am trying to do something very simple, translate deals from HubSpot to Asana. I have the following nodes.
- Asana - List Tasks
- HubSpot - Get Deals
- HubSpot - Get Owners
- Router
4.1) Create Task
4.2) Update Task
I have problems with the filter. Obviously, I want to update the existing tasks and create the tasks if they doesn’t exist in Asana.
The filter I’m using for the ‘Update’ Option is the follow one:
It compares the ID from HubSpot to the ID in Asana (Each task in asana contains a field named ‘HubSpot ID’ with the ID of the Deal in HubSpot). This works well.
The problem relays on the other option. I cannot make it work, I have tried several filters.
If I choose this:
The problem is that the filter compares:
value A from node 1 against Value A,B,C,D,E from node 2.
Value B from node 1 against Value A,B,C,D,E from node 2.
This ends with multiple and duplicated tasks. (ex: 1 correct, 4 wrong → 4 task created)
I have tried using Arrays, Setting Variables, but it doesn’t seems to work.
Anyone would help me? thanks in advance!