I’ve implemented a create action for an ontology object where a user uploads a csv file and the action processes all the rows in batches. This was because without batching I would get an error about having a limit of 20 rows.
However, now I am not able to enable action logs. Any suggestions on how best to approach this? I need the logs for audit purposes.
Not sure if this helps, but you could try turning on Edits History for your object type, and then you would get access to the edits history module in workshop that will show you all edits to your object type and who made them
Yea I looked at that as an option. The issue there is I’m not sure of a way to export the logs. For this application I would need to have logs that I could share with auditors.