Hi all! I’m having a lot of trouble with getting Orchestra to work properly for me and I’m not sure what I’m missing.
I’m testing out a very basic setup:
I have a maestro on my page and a musician inside a repeating group. For testing purposes, I just have a musician that is revealed and initialized on page load. I also set it’s class as you can see below.
After, I set the workflow of what the musician will do inside each row of the repeating group. In my specific case, I’m creating a new entry for a data type called “Answer” and adding the value’s of two inputs into two fields within the “Answer” data type. They’re essentially fields for what the question that is being answered is and what is the answer that a user types up. Then, I’m taking the result of the Answer that was just created and adding it to a custom state. The custom state (Collected_Answers) is created on the Repeating Group element for scope reasons.
This is where things don’t work. I go to trigger the musicians when a button is clicked, and the Answers are not being added to a separate data type called “Responses” like they should be.
I’ve tried adding a pause after the trigger step, but that did not work. Using the debugger, I can see that an Answer data entry is created in my database and my Collected_Answers custom state does add a new entry in the form of an answer. The problem is that the list of Answers in the Collected_Answers custom state are NOT being added to the Answers field in my Response data type (as seen in the last screenshot).