How to automatically download files created by business rules to a local PC.
I have created a business rule that when a record is inserted into the pm_project table, the contents of the table are saved in a JSON file and stored in the sys_attachment table.I am also able to get the download link for this JSON file.How can I au...
