I have a Bot that runs on the UserAccount table, triggered when a row is deleted. It deletes the matching row in a related Preferences table. I confirmed in the Editor that this Bot exists and it works correctly when tested.
However, when I generate the Application Documentation PDF for this app, this Bot does not appear anywhere in the export. I searched the full PDF text for the action name it references and for any Automation or Process section tied to a Delete event, and found nothing. The only Automation related content that does appear in the export is a separate Bot triggered by an Add event, which does show up correctly along with its branch conditions.
This looks similar to a previously reported issue where Security Filters are missing from the AppDoc export. It seems Bots tied to a Delete event may not be included either, even though the Bot itself is fully configured and functioning in the Editor.
Is this a known limitation of the AppDoc export, and is there a workaround to confirm Delete-triggered Bots through documentation rather than only through the Editor?