Unusual Workflow Execution while using Orchestra plugin

Hi Everyone !

Context :
I developping a kind of Excel like sheet with Bubble meaning that the user will answer few questions, then I do some calculations and finally I plot several charts on the last page.

Here is how the questions and the answers are displayed :

I am displaying the questions and the predefined answers (option set) in a RG. To access the data I’m using the plugin Orchestra and then to calculate the Total (depending on the answer) I have a custom state within the Musician workflow that keep incrementing. I am using then the Custom State in the step 2 when creating ScoreParameterChart1:

My issue :
Bubble starts the workflow at the Step 2 and is coming back to the Step 1 at the end of the Step 4. Because of that, I am unable to retrieve the accurate value of my custom state calculated in the Step 1.

Question :

  • Is there a way to force Bubble to execute the Step 1 and then go to the Step 2 ?

I hope I am clear enough, let me know if you need more details.

Thank you in advance for your help.

Why do you need to use the RG to access data? Can you not just access the data directly from the RG’s data source?

You are adding an additional layer of complexity, one that uses a pretty complex plugin.

Hi @ihsanzainal84 ,

Thanks for your reply. I am using an external button “Save” to save data from the RG within the database.

Orchestra allows me to access the data in the workflow of my “Save” button which I won’t be able to do without the plugin.