Quy
December 21, 2022, 5:55pm
1
OS info
Operating System : Windows 10.0.19044
Wappler Version : 5.3.1
Problem description
|code|0|
|---|---|
|file|"C:\\xampp\\htdocs\\example.com\\dmxConnectLib\\dmxConnect.php"|
|line|125|
|message|"Option \"value\" is required!"|
Steps to reproduce
Add Set Value step.
Leave Value empty.
Click Open in Browser.
Teodor
December 21, 2022, 5:56pm
2
The set value step requires a value. Not sure why did you post this in the bugs section?
Quy
December 21, 2022, 5:58pm
3
This looks like it’s referring to for example using a button on click event to set value of a input on the front end, not the server connect set value but the dynamic event on the app connect side
1 Like
Teodor
December 21, 2022, 6:05pm
5
That’s for App Connect only, not for Server Connect set value action.
And it’s for cases when you want to set an input value to empty.
1 Like
Quy
December 21, 2022, 6:10pm
6
I misunderstood since the following issue for server connect was mentioned in the release:
In a Server Action step, I want to perform a Set Value to assign an empty string…
So I have these lines:
[empty]
but the following error is thrown when the server action is run:
[value]
How can I do this?