Apr 19, 2021 05:02 AM
Is there a way to set up a single view of all my tasks that exist in multiple bases into a unified view so that I don’t have to open each base separately? I would like to be able to work within this unified view to have complete control of over what should get done first, second, etc. Once I do complete a task, then have it marked as complete in its’ source base.
Apr 19, 2021 05:20 AM
While you can do a one-way, read-only sync of up to 3 views into a single table, that is one-way and read-only.
To edit fields in other bases, you would need to write your own custom JavaScript or use a no-code automation tool like Integromat.
Alternatively, you could solve your problem by doing it in reverse. Keep track of all your tasks in one master table, and then just sync specific views to the other bases where you can view “certain tasks only” in each base.
Apr 19, 2021 05:39 AM
Thanks for the quick response.