@m4zuper Strange, as this is broken at least since 26.8.0 or something related to this. Hence I thought it's generally not working an concerns every user...
Currently using 27.6.2 on Windows 10, 64BG RAM, Ryzen 7 5800X. BAS is installed at the standard location on C drive. And it happens with every project I try to add this way. Okay, it's not that issue but it's convient to add a project with just one click.
All Projects in 1
-
I have multiple projects for different functions for Instagram
1 - Login
2 - Create Post
3 - Update bioAt the moment I have to switch between projects depending on what function I want to use. Is there a way they can all be in 1 project and I can select through that?
-
-
First, create a "Select" resource, and name your selections.

-
Second, create Functions corresponding to those choices.

-
3rd, depending on the options you choose when RUN, create IF conditions corresponding to those Functions.
When any condition is met, that Function will be run.

-
-
@indischwartz5 said in All Projects in 1:
I have multiple projects for different functions for Instagram
1 - Login
2 - Create Post
3 - Update bioI have created multiple modules for such functionality, not exactly the same as yours, but similar.
Main project with settings parsing and routing logic that I need to have.
Modules:
- Create account
- Save, update, remove, etc., account data
- Fill or update profile, etc.
- Export account data
- etc
But you should to know that creating and updating the Modules is a big headache with BAS.
-
@BAS-Viet-Nam ser can u check my post ser please?