-
Notifications
You must be signed in to change notification settings - Fork 18
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
[FR] Event Options: Data Types #52
Comments
Hi, yes the input field just takes a string value, but the node does check the value before it saves new timers - it will either remain a string, or gets converted to a number or boolean value. Are you missing anything specific? Edit: Did a quick code review, seems that there is an issue with converting zero. I am gonna take a look at that later today. |
Well user comfort is also to enter something, without thinking about data types at all, and still get the correct data type. So the thing that is currently missing for you would be to send "flow." or "global." variables? |
I would appreciate following types:
Thanks 😃 |
Me again 😇
It would be great if one can pass the data type on the event values. Currently only string is supported.
Again, many thanks 😃
The text was updated successfully, but these errors were encountered: