-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
Random color not working #167
Comments
Do you have the same issues with “any” instead of “random” for the parameter? |
Correction: the same problem occurs with both "any" and "random" Disregard: Apparently not. :-) I didn't know "any" was a supported option. I was simply going by the documentation in the description pane where it indicates "random" is a valid value for "color" |
This weird error is finally fixed with the latest release. You can use "random" as well as "any" or "whatever" now as a color name to get a random color. |
This error still occurs in 2.8.1
|
Describe the bug
Passing "random" as the value for "color" to a light node often fails. A few clicks on the
inject
node in the supplied flow shows that this long-standing bug is still present in 2.7.0.Flow to Reproduce
Expected behavior
Passing "random" as the value for "color" should work reliably.
Screenshots
Please complete the following information:
Additional context
In case it jogs any thoughts about a fix, here is the jsonata expression I use as a work-around for this bug:
The text was updated successfully, but these errors were encountered: