Sharepoint list to chatbase

Hello, I am new to make.com
I have a sharepoint online list with x entries which have mutiple fields with text and I want to store all the spo list content into my chatbase.

The problem I have is that only the last list item is stored in chatbase, not the previous spo lines send to chatbase. So the spo list has 8 rows for example, via JSON the 8 operations are send to chatbase and only the last operation is stored in chatbase. When I send 7 SPO list items to chatbase the previous operation is deleted and the last spo item nuber 7 is stored in chatbase.

Let me showcase my settings, and logs, that might help.

JSON bundle example
[
{
“chatbotId”: “A8H7Snybntz_spmnZmg9Y”,
“sourceText”: “New training data, please add it with the key C1257FCF005C038C:\n\nLotus notes application title: abcde - DESIGN COPY stored on the domino server: App1e/Lialis with the file path: Development\abcde\Design Copies\412565E1003BC7E7.nsf and replica id :C1257FCF005C038C”,
“chatbotName”: “sharepoint.com”
}
]

chatbase bundle 1

[
{
“qs”: [
{}
],
“url”: “/v1/update-chatbot-data”,
“body”: “{\n\t"chatbotId": "A8H7Snybntz_spmnZmg9Y",\n\t"sourceText": "New training data, please add it with the key C1257FCF005C038C:\n\nLotus notes application title: abcde - DESIGN COPY stored on the domino server: App1e/Lialis with the file path: Development\\abcde\\Design Copies\\412565E1003BC7E7.nsf and replica id :C1257FCF005C038C",\n\t"chatbotName": "sharepoint.com"\n}”,
“method”: “POST”,
“headers”: [
{
“key”: “ID”,
“value”: “C1257FCF005C038C”
}
]
}
]

chatbase bundle 2
[
{
“qs”: [
{}
],
“url”: “/v1/update-chatbot-data”,
“body”: “{\n\t"chatbotId": "A8H7Snybntz_spmnZmg9Y",\n\t"sourceText": "New training data, please add it with the key C1257FCF005B3D48:\n\nLotus notes application title: Overleg abcde- DESIGN COPY stored on the domino server: App1e/Lialis with the file path: Development\\abcde\\Design Copies\\412567460045398F.nsf and replica id :C1257FCF005B3D48",\n\t"chatbotName": "sharepoint.com"\n}”,
“method”: “POST”,
“headers”: [
{
“key”: “ID”,
“value”: “C1257FCF005B3D48”
}
]
}
]

So only operation 8 is stored in chatbase, not 1 to 7

found the issue my self, chatbase is not soficaticated enough - issue closed

2 Likes