Write through the saved table
First useinspect_table_blocks to obtain the visible row and column references. Then send the related formula edits together using edit_table_blocks. Pass the same requested Scenario to the inspection and the write so they resolve the same saved table.
Create a visible derived row
A new Variable can be defined and placed on a saved Table Block in the same change:Use a table-independent write only when appropriate
Useedit_variables with action: "set_values" when the requested rule has no saved table target. Send related items together and provide the intended Scenario, formula scope, and time range.
dry_run: true validates supported formula writes without applying them. mode: "atomic" makes the selected batch succeed together or fail together; the default partial mode can apply valid items and report invalid ones.