Hi Everyone, I have issue that I am syncing the records with sync record smart service within a process model in batch after the excel upload ;the excel have around 67k+ entries I am inserting the data using strore proc after some data manipulation ; after the sync completed when I check in the data preview section for updated records they are available there but when I try to query the records I m not getting those newly added rows. So I did manual sync then I was able to query it. What could be the reason can anyone help?
Discussion posts and replies are publicly visible
How do you synchronize the record after the data insertion? It seems that this is the issue — the data is being inserted, but you're not synchronizing the record
I am having a subprocess node for data syncing after all the insertion / manipulation done. I was able see the new/update records in the particular record type's data preview section but not in record list and not able to see when I query before manual syncing.