Script feature improvments (current table / row / column)

Hi,

The script feature is amazing. I would like to suggest an improvment to make it greater.

Get current table / row / column : sometimes script would be great to send an email, generate a bill, … that could be applied to one row only for example. This can be acheived by a function like getCurrentRow().

    • Bugfix : When I try to import a base containing script (from a share for example), the script content is overwritten by some HTML.

Thanks

The python script support getting the current table and row:

https://seatable.github.io/seatable-scripts/python/context/

Do you mean for JS script?

Yes I meant for JS script. I never used python because I thinked that same features were present.
I’ll check Python scripting.

Thanks.

Could you solve your problem with Python?

Please mark as solved if yes.

It is possible with JavaScript in version 1.8 now. Context - SeaTable Programming Manual

2 Likes