Hi everyone,
I’m encountering a problem in my AppSheet app and need help finding a solution.
Here’s the context:
The AddOnTask action adds a new row to the Tasks table and fills several columns:
I’m unsure of the best way to pass this information to the action so it can properly save these values in the Tasks table.
Does anyone have an idea how I can achieve this?
Thanks in advance for your help!
Solved! Go to Solution.
There should be no "second BOT (On Add JobWorkItem)". Instead, the first bot should add the JobWorkItem rows itself.
If you want to add data to foreign tables, you should create this data action on table for itself first. Then you can "share" the action to make it public for other tasks. Then you can call this this action remotely from other tables. So it may look then like this (from my project):
It's not a solution but may inspire you to explore other directions to solve your problem.
You can also create entire bots as process container, disable them and use them only as slaves to be called remotely.
There should be no "second BOT (On Add JobWorkItem)". Instead, the first bot should add the JobWorkItem rows itself.
User | Count |
---|---|
16 | |
10 | |
9 | |
8 | |
3 |