Hi @joost_mineur. What I’ve done is set up a table called variables
with columns [variable]
and [value]
. Lets say we have a variable/value pair of ‘amendment’ and ‘2’.
Then you can have a formula anywhere in the doc
=concat("My favorite part of the bill of rights is amendment ",@amendment.value,".")
which in this case outputs
My favorite part of the bill of rights is amendment 2.
Changing [value]
will update the output. This solution stacks with a user table, cross doc, etc. Good luck!