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.
Hello,I have a script running automatically when the USD balance of my expense sheet is changed. It updates the balance column to track expenses. // change these names to pick a view:
let table = base.getTable('Tangle Treasury Expenses');
let view ...
I have a time tracker table and a time tracker rollup table.I have a Formula in the Time Tracker Table which Concatenate({Department},"-",{Week #},"-",{Employee}).So the output becomes: Logistics-35-John DoeIn this Time Tracker table, I have a Durati...