Andrew Winters 9/17/2024 12:59:58 PM Could you try doing a chain of executable workflows triggers/actions? Initially, the button is filtered to only be available if the first file attachment is not null. When clicked, workflow action then creates your record in the the other tables, also passing a value to these new records "true/false", depending on whether Attachment 2 is null. That True/False column that was just passed will then be a filter condition for a new record creation trigger. If triggered, this will trigger creation of your next new record, etc.
|