list
Add functionality for creating table rows with List fields via the API
1
vote
Matt
shared this idea
-
Tony S commented
Hi Matt, I think it's already possible since version 10: https://howto.caspio.com/release-notes/caspio-bridge-10-0/
I found an example on HowTo: https://howto.caspio.com/integration/web-services-api/rest-api/operations/table-operations/
POST: {“field1″:”value1″,”field2″:”value2”, “listField”:[1,3]}
it seems you can send List data in square braces. Where 1 and 3 are the option IDs, which you can get via GET requestDoes it work for you?