Hi community users, I'm facing an issue to update the record...I just test it with single record update using filter by Id "{{Leads_Table.selectedRow.data.Id}}" and then single update "{{Leads_Table.recordUpdates[0]}}".....It works fine, but when I added the Bulk Records Update Via Primary Key then this error occurs to "SingleUpdate" query.....
Error:
update Seller_Leads
set 0
= {"Id":4,"FName":"Mohsin","LName":"Ali","Phone":"13328997043","Email":"austin35@gmail.com","MailingAddress":"test address"}, 1
= {"Id":5,"FName":"Saad","LName":"Toor","Phone":"+13316686489","Email":"toor45@gmail.com","MailingAddress":"700 E 93rd St, Odessa, TX 79765"} where Id
= 5 - Unknown column '0' in 'field list'
"Query ran successfully"
statusCode:422
error:"Unprocessable Entity"
message:"update Seller_Leads
set 0
= {"Id":4,"FName":"Mohsin","LName":"Ali","Phone":"13328997043","Email":"austin35@gmail.com","MailingAddress":"test address"}, 1
= {"Id":5,"FName":"Saad","LName":"Toor","Phone":"+13316686489","Email":"toor45@gmail.com","MailingAddress":"700 E 93rd St, Odessa, TX 79765"} where Id
= 5 - Unknown column '0' in 'field list'"
data:null
estimatedResponseSizeBytes:471
resourceTimeTakenMs:236
isPreview:false
resourceType:"mysql"
lastReceivedFromResourceAt:1669812977212
source:"resource"