Hi Makers,
I’m using the Google Docs “Make an API call”-module, but struggle with how it translates my request, any suggestions how to fix this?
Input: Price: LOPOB (1x TWIN) ← expected result
Output: Price: LOPOB (21x1365 T2730WIN) ← actual result
Input bundle:
[
{
"url": "/v1/documents/1PD4Cze0xHB0eTGPc5ZUsnJ7gbh82ZIjdcIV-mO-qrEo:batchUpdate",
"body": "{'requests': [\n {\n 'insertText': {\n 'location':{\n 'index': 1719\n },\n 'text': 'Price: LOPOB (1x TWIN)'\n }},\n {'insertText': {\n 'location': {\n 'index': 1733\n },\n 'text': '2'\n }},\n {'insertText': {\n 'location': {\n 'index': 1736\n },\n 'text': '1365'\n }},\n {'insertText': {\n 'location': {\n 'index': 1742\n },\n 'text': '2730'\n }},\n]}",
"method": "POST",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
]
}
]
Thank you!