Hi everyone,
I am facing an issue with a Grouped Action in AppSheet. My goal is to allow users to download/open two PDF files (Doc2 and Doc3) stored in the same row with a single click.
My current setup:
-
Action A:
External: open a file→ Target:[Doc2](Condition:ISNOTBLANK([Doc2])) -
Action B:
External: open a file→ Target:[Doc3](Condition:ISNOTBLANK([Doc3])) -
Grouped Action: Executes Action A and then Action B.
The issue: When both fields contain files, clicking the Grouped Action button only opens one of the two files (usually the second one). It seems like the second command overrides the first one, or the browser fails to trigger two simultaneous download/open requests.
What I’ve already checked:
-
I have verified browser pop-up blockers. Even with pop-ups allowed, only one file opens.
-
Individual actions work perfectly when triggered separately.
-
The table is
ColaboradorTipoDocumentacionand the column types are set toFile.
Is there a known technical limitation in AppSheet that prevents opening multiple files simultaneously via a Grouped Action? Has anyone found a reliable workaround to trigger multiple downloads at once without having to display separate buttons for each file?
Any advice or suggestions would be greatly appreciated. Thanks!
