top of page

Moji5 Knowledgebase

Creating Ajax Library in M5 app

To create the Ajax library, navigate to the Ajax library section in your app.

App -> Edit -> Ajax Library

Create new Ajax library to perform required operations, in this example insert into table.

> We can use the scribe functions provided by the M5 platform in the code block.

> If the data being passed have multiple values, you can access those values by using the following notations: [$1], [$2], [$3], etc. (Follows the order being passed during calling the endpoint.)



Comentários


bottom of page