I want to implement this scenario,
1) Define a sharepoint document library as the source for a Generative answer,
2) then i want the output of this generative answer to be the source for another Generative answer.
I tried the following:-
1) save the output of the first generative answer inside a variable:-
2) Parse the response as a table & define it as the source for the second Generative answer (inside the Custom data),
but i will get this error ( Bot said: No information was found that could help answer this) on the second generative answer action:-
any advice?