Hello,
I have a Glide table (Table A) that pulls data from another Glide table (Table B, which syncs with a Google Sheet) using a Query and Lookup setup. For example, Column 1 in Table A gets numeric values from Table B as new data is added daily in the Google Sheet.
To manage row limits, we regularly delete old rows from Table B. The problem is: once those rows are deleted, the relation breaks, and the data in Column 1 of Table A disappears.
What I want to do is preserve the looked-up values (as static numbers) in Table A automatically everyday—so we retain the historical record.
Question:
What’s the best way to automate this everyday without causing too many updates?
Thanks in advance for any suggestions or tips!