Describe the bug
The code editor displays an error for form arguments usage, even though the code functions correctly at runtime. This creates confusion as the error suggests the code won't work when it actually does.
To Reproduce
Steps to reproduce the behavior:
- On the create account button, pass a form argument return {"number", 1234})
- On Before Data Load, console the form.arguments to verify it displays on console
- Observe that the functionality works as intended
- Note that the code editor still shows an error for this implementation
Expected Behavior
The code editor should not display an error when form.arguments is used correctly and functions as intended.
Screenshots
