Your Setup:
- SeaTable Edition Enterprise
Describe the Problem/Error/Question:
My Python script is using the result of a column formula (linked to an other table).
When I run the script via the button, the calculation of the formula is not taken into account. Indeed, the column formula result is ok only when the python script is complete, not before.
Script is creating new rows
Formula is to define a name of the row which is combination of autonumber and link to an other table. (we want an incremental number which is zeroed every first of January, so I have a table with the year and number of row)
Question is : how can I push the column to calculate before the end of the script ?
I tried with no success
- to split the script in 2 and have the button call the 2 scripts
- to make sure the linked column used in the formula is ‘linked early enough in the script’
Any idea ?