Thank you for reading my question! Your support is greatly appreciated
I’m having trouble implementing consecutive random output from the integrated Google sheet.
Usecase: Question and answer session between voice system and user
Step 1: First Google sheet integration block
System asks a question;{varQuestion} randomly selected from the integrated Google sheet
Step 2: Second Google sheet integration block
If the user seems to have trouble giving an answer, the user can request an assistant, and the system will give assisting question; {varQuestion2} corresponding to the 1st question.
To make this scenario works, I have applied as follows but it’s not working
First Google sheet integration block
With setting
Mapping output setting
Second Google sheet integration block
With setting
Mapping output setting
To summarize, I would like to know how can I make the system to output corresponding data based on the first retrieved data.
Thank you for your support!