Skip to content

Misleading error in code editor for form arguments parameter despite correct functionality #4415

@Mluleki03

Description

@Mluleki03

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:

  1. On the create account button, pass a form argument return {"number", 1234})
  2. On Before Data Load, console the form.arguments to verify it displays on console
  3. Observe that the functionality works as intended
  4. 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

Image

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions