Form - update data onSubmit

Hello,

(grist is great :slight_smile: )

  • Is there a way to access the “user” which submit a grist form? (post submit)
  • Is there a way to ‘filter’ some reference field based on the ‘user’ who want to submit a form (pre submit).

My use case : I propose a form for my user, and I need de pre-compute some available data based on the user, both, BEFORE he submits (for select fields), and AFTER he submited (so i can put other data in the row created by the submited form!).

Best