Skip to main content
Solved

Script stops when i close the app slideout

  • April 20, 2022
  • 2 replies
  • 24 views

I have a script that takes a small amount of time to run. While it runs, I want to use the full width of view I am on, so I close the app slide out. That also stops my script. Is there a way to configure this from not happening? I would like the script to continue running while I get other work done.

Best answer by Justin_Barrett

Unfortunately it’s not possible to leave the script running with the sidebar collapsed. One workaround is to open a second instance of your base in another tab/window and do your work there while the script is running in the first one. The layout of each instance is independent.

2 replies

Justin_Barrett
Forum|alt.badge.img+21
  • Inspiring
  • 4647 replies
  • Answer
  • April 20, 2022

Unfortunately it’s not possible to leave the script running with the sidebar collapsed. One workaround is to open a second instance of your base in another tab/window and do your work there while the script is running in the first one. The layout of each instance is independent.


  • Author
  • New Participant
  • 3 replies
  • April 20, 2022

Unfortunately it’s not possible to leave the script running with the sidebar collapsed. One workaround is to open a second instance of your base in another tab/window and do your work there while the script is running in the first one. The layout of each instance is independent.


Thanks @Justin_Barrett. Yea that should work.