Hello,
I need help to generate PDF report from one table where I have information about bookings.
I’m trying to generate some table filtered by partner names with bookings which have status unpaid.
Table have colums names ID booking, Partner Name, Amount, Status.
Please help if anyone knows how to handle this
Thanks
Hello @dusanlazovic85 , to achieve that you need to look up templates and template expressions, here are a few links to get you started on the topics:
https://help.appsheet.com/en/articles/961741-email-templates
https://help.appsheet.com/en/articles/961746-template-start-expressions
Basically what you need is a template with a start expression that goes over all your partner names, and within that start expression you’ll display each of those columns that you mentioned, it’s fairly straightforward given that there are not other variables.
Thank you for quick response. I made template and now work. When I was trying i made mistake because i didn’t use correct table for bot event and process.
Thank you very much again!