Creating a Bot

i have 2 tables.

1. task- i have added it as form format 

2. task manager- i have added only to show pending or done tasks

now i want to create a new bot which will call a script to run automatically whenever any new task is created how to do it. the problem is i have script in TM table which is not added to appsheet.

Solved Solved
0 1 74
1 ACCEPTED SOLUTION


@Mayur_K wrote:

the problem is i have script in TM table which is not added to appsheet.


You are referring to Google Apps Script?  And by "TM table" I assume you mean you have an Apps Script included in the Google workbook used by your app?  Yes?

If yes, then below is an example of how to setup a script call that returns a value (note there are a few return value settings not shown but should be self-explanatory)

Screenshot 2023-04-14 at 12.06.35 PM.png

I hope this helps!

View solution in original post

1 REPLY 1


@Mayur_K wrote:

the problem is i have script in TM table which is not added to appsheet.


You are referring to Google Apps Script?  And by "TM table" I assume you mean you have an Apps Script included in the Google workbook used by your app?  Yes?

If yes, then below is an example of how to setup a script call that returns a value (note there are a few return value settings not shown but should be self-explanatory)

Screenshot 2023-04-14 at 12.06.35 PM.png

I hope this helps!

Top Labels in this Space