Force sync a particular table via API

I use Xano. When a record is created in Xano, independently of Noloco (so via Xano API), it takes a while to sync back to Noloco. I know I could create the record via the Noloco GraphQL API, then it’ll sync straight back to Xano, but sometimes this makes everything much more complex. Ideally I’d like to be able to force Noloco to sync a particular table after a new record has been created. Thanks!

Thanks for the suggestion @lukebranford - ultimately this wouldn’t be much quicker than what’s currently happening, because for Xano we need to go through all of the records and identify the new ones, the updated ones and the deleted ones.

Ah, gotcha, no worries, makes sense! I just didn’t know how often it tried to sync the changes. Thanks for the quick reply though :slight_smile: