Hi,
I am trying to have a workflow where when a list of files are not available it should send out email to with the below details. Can you please share any approach below is how my data set will look. It should group all the false status and put it in the body of the email.
| Files | Status |
| Sales | TRUE |
| Staff | FALSE |
| Inventory | FALSE |
| Accounts | FALSE |
| Balance | FALSE |
| Online | FALSE |