Hey folks. I'm having some problems integrating Ne...
# integrations
c
Hey folks. I'm having some problems integrating NetSuite with Asana. I'm currently using Celigo. I want to make a subtask and not sure what value should I input for task_id
t
to make a subtask you would need the main level task to attach the subtask to. The task_id would be the reference to the main level task
Before you make the subtask, are you making a main task?
c
Yes
t
after making a task, Asan would return a id for the created task. Add a response map to map the returned id into your data
click the plus sign on that import step and click the first small bubble outside of the large bubble
then use that id in your subsequent step
c
Is it okay to use number instead of string?
like this
t
Asana docs say it's a string field
c
Oh, I see