We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
23.1 (latest)
19c
20.2
Yes
When using the JSON option with substitution syntax for a page item of type number, then you got this error message
Use the plug-in to set a number process variable type with a page item using a JSON syntax like this
[ { "name": "my_num_var", "type": "number", "value": &PX_MY_ITEM. } ]
Let the item empty and submit the page
Using double quote around the substitution string leads to another error message
[ { "name": "my_num_var", "type": "number", "value": "&PX_MY_ITEM." } ]
No error message and number consider as null
The text was updated successfully, but these errors were encountered:
LouisMoreaux
No branches or pull requests
Flows for APEX version
23.1 (latest)
Oracle Database version
19c
Oracle APEX version
20.2
Have you used the BPMN-Linter in Flow Designer to Validate your Diagram?
Yes
What happened?
When using the JSON option with substitution syntax for a page item of type number, then you got this error message
Steps to reproduce
Use the plug-in to set a number process variable type with a page item using a JSON syntax like this
Let the item empty and submit the page
Using double quote around the substitution string leads to another error message
Expected behaviour
No error message and number consider as null
The text was updated successfully, but these errors were encountered: