Issue all reports using an action

I want to print a report of the time attendance record.

Using a bot, but want to retrieve multiple data at a time without having to press one by one Itโ€™s like downloading a csv file using an action.
I want to know if the recording report works. and then use the bot to repot when pressing an action

Originally using virtual columns using formulas

IFS([Slip status] = โ€œYESโ€, CONCATENATE(โ€œMyDrive/appsheet/data/Sliplist-1816936/filepdf/Slip No.โ€,[HD Doc number],"-",[Time change],".pdf" ),[Slip status] = โ€œNOโ€,โ€œNoneโ€)

and then press โ€œYes/No Statusโ€ on the details page of the event.

what i want is Press the action to report as a PDA, like a bot, without having to sit and press each detail page of each person. I want a total report for everyone.

because I want to show everyoneโ€™s attendance and exit records at once

0 1 111
1 REPLY 1

It sounds that you wish to create a report with multiple records of a table.

You may wish to take a look at the template start expressions

Top Labels in this Space