Hi!
I have an issue with Co-pilot running when I have multiple questions specified sequentially. Co-pilot does not go further than the first question.
I assume that after the Question Co-pilot expects me to utilize the answer instead of asking me the next question.
Scenario:
I want to create Customer record in D365 and for it I need to input into my Power Automate flow the next data: Customer Number, Customer Name, Customer group, Currency and Country as those fields are mandatory for customers creation in D365.
How I was trying to cover it in Co-pilot:
1. Created a Topic with a trigger phrase.
2. Created a sequence of questions about what is the: Customer Number, Customer Name, Customer group, Currency and Country and specified the output for those questions as variables.
3. Created a Power Automate flow connector that supposed to consume all the variables.
Current result: Co-pilot is not going further than the first question.
I tried to use Conditions to ask those questions, but it did not work as well.
Also, I tried to collect responses as PromtHistory through the function, for future parsing, but it did not work either.
Could you please suggest any working scenarios in this case?