The problem should be the internal call function. I continue to debug. A single pure method is possible and successful.
I know the reason. My MD5 has numbers in the first letter OK OK OK
I have multiple projects for different functions for Instagram
1 - Login
2 - Create Post
3 - Update bio
At 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 bio
I 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:
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?