Skip to content
Discussion options

You must be logged in to vote

Load functions only re-run after the form action has completed, so await parent is not supported. The global variable approach is not recommended either, since that will leak between requests.

The request to the form action is a completely fresh request, so the best thing to do is to re-retrieve the logged in user's organization in the form action itself.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kamerat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants