Force sync a particular table (or alternatively single record) 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:

This continues to be an issue for me so suggesting a potential workaround. Because the record has been created in Xano, I know its ID, so an ideal scenario would be to somehow tell the Noloco API to import that record (based on ID), avoiding the need for Xano to go through all the records. Not sure if feasible, but thought it worth requesting as would solve all my major Xano issues!

@darragh is the above something that sounds feasible? I’m just considering whether I update a couple of my Xano workflows to use the Noloco API rather than creating records in Xano.