UiPath App with Content Generation

Hi all

I have created a chat bot with an App and using the content generation activity. When I am testing (Test on cloud), the first question always works fine and it shows the answer but when followed by another question, the answer remains blank. There aren’t any errors in the process it all runs through successfully, it just does not show the answer. However, randomly it works and you can ask question after question without any issues. Does anyone know why this is happening? Is this just an issue when doing it via Test on Cloud?


To note, I write back the top generated text into a variable, which is my answer field on the App Form.

Thanks,
Mel

@melanieanderegg,

Can you show how you assigned the output of Content generation to the variable and variable to the textbox control?

Hi @ashokkarale

On the Form I assigned the Variable


And in the workflow I am just using Set Variable Value

It works but it is just not reliable, as in the sense that sometimes it does not show the answer when you ask a second or third question.