Deleting specific data in the row.

Hi guys.
Im working on app that will allow me to add many barcodes at once to table1, and will split them with bulk bot to table2 as a single row's.

i did a enum list that stores barcodes and splits them with ",". Something like that: https://www.youtube.com/watch?v=_m7anO_WQps&ab_channel=ExcelIndonesia

And i made a bot thats use's api to delete first entry in the "scaned barcodes" row, but it doesn't trigger. It is a problem that i use appsheet database rather than excels sheets? 

I don't even know what to do now.
here's weebhook body, where "Zeskanowane kody kreskowe"="Scaned barcodes" 

{
"Action": "Edit",
"Properties": {
"Locale": "en-US",
"Location": "47.623098, -122.330184",
"Timezone": "Pacific Standard Time"
},
"Rows": [
{
"ID": "<<[Row ID]>>",
"Zeskanowane kody kreskowe": "<<LIST(SUBSTITUTE([Zeskanowane kody kreskowe], INDEX(SPLIT([Zeskanowane kody kreskowe], ', '), 1), ''))>>"
}
]
}

 

0 8 237
8 REPLIES 8
Top Labels in this Space