Looking for advice on if the below is possible and how I go about it.
I’ve created an appsheet as a survey where it records data on an inventory and have a bot which generates individual checklist type pdf once add/update/delete.
Is there a way of having 2 variants of pdf to be automated by bot but user selects the one to use via enum button within input table? (E.g one is a visual checklist and one is more physical)
Yep! Put templates for both layouts in the same file. Wrap the visual form with <<If: (“Visual” = [Preferred layout])>>…<> and the physical form with <<If: (“Physical” = [Preferred layout])>>…<>.