Custom Action Javascript

The Custom Action Use Cases section of the documentation includes this:

Development

  • Create database records (MongoDB, SQL Server, Google BigQuery)

  • Run some code (JavaScript, AWS Lamba function, etc)

  • Track Issues (Github)

But there is no information re: how to include custom javascript, whether there are limits on this, etc.

Can an Adalo team member give more information?
This is very important for my needs.

Iā€™d be interested in that too :slight_smile:

This is not my speciality :slight_smile: I will ask someone else from the team to respond to this as they will most likely know more :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

This is a good question and you would need to call an API to make this happen or by calling a webhook. Typically you would need your own server to do this, but some automation services like Integromat, n8n, and possibly Tray (help?) now allow you to run Javascript within modules or nodes.

2 Likes