I have a bot that will create a pdf showing all records in a table. I tried several ways to produce this result but I have failed. If I do not use <<Start: the PDF will show just one record.
I tried:<<Start:FilterDisbursementSlice[Event])<<[Event]>>
I tried: <<Start: Filter(“Disbursement”,ISNOTBLANK([Event]))>><<[Event]>>
both will corresponding <> on last Record
What am I missing??? Confused.
Event |
Card Number |
Recipient |
Signature |
Sequence ID |
|---|---|---|---|---|
<<Start:FilterDisbursementSlice[Event])<<[Event]>> |
<<[CardNumber]>> |
<<[Recipient]>> |
<<[Signature]>> |
<<[SeqID]>><> |