Using 3 different templtes based on Vehicle Category

Hi friends,

In my app , I have a column named Category which includes 3 different categories of vehicles:

  • Trucks
  • Mobile Equipment
  • Employee Transportation

As soon as I make a checklist for a category I create a PDF file for that checklist.I want to make three different templates for  each category based on "ChecklistHistory" table because the checklist items are different in those categories.How to make PDF creation bot points to the relevant template based on the category selected?

Best regards,

Solved Solved
0 6 217
1 ACCEPTED SOLUTION

You do not need three bots.

Just make branches (Branch on a condition step) based on the condition [category]="Trucks", etc. and use the appropriate template in the subsequent create PDF step.

View solution in original post

6 REPLIES 6
Top Labels in this Space