The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I frequently use table-sync to sync tables between bases. I then link the synced records to records in other tables to maintain a single-source of truth for all of the information that I manage across my bases.
I have been running into an issue where...
Hello,
I’m hoping someone can help me figure out what’s wrong with my script. I’m new to JavaScript so I’m hoping it’s something simple.
This is to track inventory first-in-first-out.
I have 3 tables. First is a list of inventory received. Second is ...
@Val If the view you are syncing has records filtered out during a sync, then those records will be removed from the synced base. If they are removed, then they will be de-linked from any linked records.
This DOES highlight a major problem with syncing. I’m lucky that my bases do not have thousands of records and I was able to go in and re-link manually. In another month or two this would not be possible.
It’s funny how after dealing with an issue for weeks, minutes after posting the question is when I finally figure it out.
This was happening because I was not maintaining an untouched separate synced view. I was syncing my master view, which I would ...
I’d like defaults for long text - use case is a checklist of tasks. I know I could make each check a single field but they’re really not worth their own fields for my use case.