Generated PDF

hi everyone, I have set up 5 templates for printing, I need to make it so that if one button is pressed, a specific template is generated, because this form is selected. Now I have a button configured where when pressed, the number is added to the column, which provokes the bot, which responds to updates to generate a file. How do I configure it to be generated if a specific text is selected in a template cell?

Solved Solved
0 2 304
1 ACCEPTED SOLUTION

One way to do it is to use "Branch on a condition" to select the right printing task based on the number added by the pressed button.

https://support.google.com/appsheet/answer/11463007?hl=en#zippy=%2Cbranch-on-a-condition%2Creturn-va...

View solution in original post

2 REPLIES 2

One way to do it is to use "Branch on a condition" to select the right printing task based on the number added by the pressed button.

https://support.google.com/appsheet/answer/11463007?hl=en#zippy=%2Cbranch-on-a-condition%2Creturn-va...

it turned out to configure 2 bots, one works according to the formula if([DATA]="value",[_THISROW_BEFORE].[DATA]<>[_THISROW_AFTER].[DATA],""), and the second according to if([DATA]="other value",[_THISROW_BEFORE].[DATA]<>[_THISROW_AFTER].[DATA],""). Everything works as it should

Top Labels in this Space