@clarabellerising working perfect !! thankyou
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?