andrea

Show in context Administrator User since 2016

Hi @henry_cho, in the new version 1.0b21 released today contains various improvements to the HTTPRequest class.
You can now set the bodyParameters property to any objects that can be converted to a JSON, in your example you can set it to a Map with the following code:

Airtable.Update.body = ["fields" : ["small cup qty" : 40] ]