Is there a definitive list anywhere of action types compatible with the AppSheet API?
The Invoke an action - AppSheet Help article says that invoking a custom action via the AppSheet API is limited to the following action types:
- Data: set the value of a column
- Grouped: execute a sequence of actions. (All actions invoked in the Grouped sequence must be either Data: set the value of a column or Grouped: execute a sequence of actions.)
Contrary to that documentation, I just created a webhook automation task that seemingly successfully uses the AppSheet API to invoke a custom action of the following type:
- Data: add a new row to another table by using values from this row
Do others have (un)successful experience with additional action types?
(FWIW, I submitted feedback directly on the article to note it’s incomplete.)