Help
matt_stewart
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Apr 22, 2020
‎Nov 29, 2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 2 Kudos given
  • 5 Kudos received

User Activity

I understand two-way sync won’t work currently, maybe never. But is there a way that I can re-link data? For example… Base A is a Product Catalog for Sales, and shares project data to Base B Base B is a Product Catalog for Designers, and shares produ...
I’m having trouble with setting up better security here for critical/confidential data. I setup Tables with permissions for only myself to add/delete records. I setup every Field with permissions for only specific people to update data in the fields ...
I have a script I run that manages task due dates. Using self linked table to setup predecessor tasks with manual start date and manual lead time fields, it calculates the end due date. The script pulls the predecessors end date and checks if the tas...
I have 2 different lookup fields: Release1 = lookup individual item release date from another tableReleaseMulti = rollup multiple items release date based on condition (if its a multi-item) using MIN(Values) I then have a formula field: RELEASE = IF(...
I have a table of subtasks called subtasks. this is the todo list for the whole team. I used self-linking to get predecessors setup, and so I have: a rollup field showing the predecessor end date (PredEnd)a manual task start date (START)a manual task...