Two questions:
1. I am trying to insert a static list field. using Pabbly Connect. I can't make it work no matter the payload.
I have tried:
{ "id":string, "label":string }
{ "id":"string", "label":"string" }
{ "id":string, "label":"string" }
My static list fields are simply not sent., but the rest is. I get No error.
From here:
https://help.workiom.com/article/workiom-api-guide
See the flow: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZkMDYzNzA0MzA1MjZlNTUzNzUxMzAi_pc
On step 4 I send the payload to a Static List field. But it never gets added to the response.
To make it easier to debug I have taken out these steps in their own workflow.
2. What is the optimal way of getting the Static list item ID's and updating Static List fields in Workiom using Pabbly.
It seems that to update a single Static List field I basically have to have all these extra ID fields to update them.
1. Make a separate flow.
2. Get the id's for each static list field item in any static list I ever want to update.
3. Make a lookup table for every single static list with all their of their ID and then refer to that each time to pick the right ID
4. Then I have the data to update a static field and I then need to turn this into an array. (Eg.
{ "id":string, "label":"German: Conversational" })
I would have hoped I could simply insert the name of the Static Field item and it would then add that static field item (Eg. "German: Conversational") adding it to an array. What am I missing. I don't know how to solve this.
Looking forward to hearing back from you!
1. I am trying to insert a static list field. using Pabbly Connect. I can't make it work no matter the payload.
I have tried:
{ "id":string, "label":string }
{ "id":"string", "label":"string" }
{ "id":string, "label":"string" }
My static list fields are simply not sent., but the rest is. I get No error.
From here:
https://help.workiom.com/article/workiom-api-guide
See the flow: https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZkMDYzNzA0MzA1MjZlNTUzNzUxMzAi_pc
On step 4 I send the payload to a Static List field. But it never gets added to the response.
To make it easier to debug I have taken out these steps in their own workflow.
2. What is the optimal way of getting the Static list item ID's and updating Static List fields in Workiom using Pabbly.
It seems that to update a single Static List field I basically have to have all these extra ID fields to update them.
1. Make a separate flow.
2. Get the id's for each static list field item in any static list I ever want to update.
3. Make a lookup table for every single static list with all their of their ID and then refer to that each time to pick the right ID
4. Then I have the data to update a static field and I then need to turn this into an array. (Eg.
{ "id":string, "label":"German: Conversational" })
I would have hoped I could simply insert the name of the Static Field item and it would then add that static field item (Eg. "German: Conversational") adding it to an array. What am I missing. I don't know how to solve this.
Looking forward to hearing back from you!