Appsheet Template

Hello everybody, can you help me with my problem ? When I manually test the bot on AppSheet that creat a pdf from a template, it correctly fills out the fields on the PDF, including the variables from the reference table. However, when I submit a form entry through the app, which automatically triggers the bot, the variables from the reference table do not appear on the PDF. Could you help me identify the exact problem?

22.PNG999.PNG

Solved Solved
0 3 130
1 ACCEPTED SOLUTION

It sounds like the Bot is triggered before child records are saved. You would need to trigger the Bot with an update.

For doing that, you need to have an additional DateTime column where you write the timestsmp with NOW(). That you can do with the Event action on the Parent_Form view.

View solution in original post

3 REPLIES 3

It sounds like the Bot is triggered before child records are saved. You would need to trigger the Bot with an update.

For doing that, you need to have an additional DateTime column where you write the timestsmp with NOW(). That you can do with the Event action on the Parent_Form view.

Thank u, It worked ! 

Good to hear!

Top Labels in this Space