Sync Table Global Values

It would be nice if a Sync Table could have a Global Variables section that gets applied to each row. I find myself doing a lot of duplication of data for data that is needed in each row.

What’s the use case exactly? Can’t you just add a formula column that returns the value?

I have 30+ sync rows, each sync row requires multiple formulas, one of which is the thisDocument.ObjectLink() value. I have to define (copy and paste) thisDocument.ObjectLink() for each sync row.

It would be awesome if I could define thisDocument.ObjectLink() for all rows. This also goes for authentication. I have to define the authentication profile for each row. I would like to define a global “authentication” and “objectLink” for all the rows, and not individually.