Hello everyone,
I have the following issue. I want to supply an AI with information through a Google Sheets and have it generate a text. This sheet is structured like a data feed. The generation of texts and their association with IDs works well.
However, I am now faced with the problem of generating an XML file from the spreadsheet where the output is located, following a specific XML format.
For clarification, I have 2 workflows. The first for generating the text and to get it into another sheets tab. The second should generate the xml.
My current workflows looks like this:
First workflow:
Second workflow:
However, it only creates the aggregated text and not the XML.
Here is how the XML should look in the end:
And here is how make generates the xml output right now: