Example correction:
Actually it happens by the second value from the list. So instead of "bb" it returns " bb". By the first value from the list it seems to work correctly.
Search found 6 matches
- 25 Jun 2015 19:32
- Forum: EAP - Early Access Program
- Topic: [BUG] Input Dialog (Single Choice)
- Replies: 3
- Views: 46491
- 25 Jun 2015 19:05
- Forum: Feature Requests
- Topic: Comments or description for flows
- Replies: 8
- Views: 24502
Re: Comments or description for flows
+1
I'm also missing the usual NOTE element. Everybody needs at least minimalistic comments.
I'm also missing the usual NOTE element. Everybody needs at least minimalistic comments.
- 25 Jun 2015 18:53
- Forum: Feature Requests
- Topic: Missing encryption and file encryption
- Replies: 0
- Views: 6943
Missing encryption and file encryption
File encryption and encryption support in general would be very nice to have.
- 25 Jun 2015 18:49
- Forum: Feature Requests
- Topic: Missing regex filter by Init Variable File List
- Replies: 0
- Views: 6966
Missing regex filter by Init Variable File List
It would be nice to be able to use a regex filter by Init Variable File List.
- 25 Jun 2015 18:46
- Forum: Feature Requests
- Topic: Missing join() function
- Replies: 1
- Views: 7130
Missing join() function
join() function would be nice to supplement the split() function
- 25 Jun 2015 18:44
- Forum: EAP - Early Access Program
- Topic: [BUG] Input Dialog (Single Choice)
- Replies: 3
- Views: 46491
[BUG] Input Dialog (Single Choice)
In the Single Choice mode an additional leading space is inserted. Actually, it's probably forgotten to be removed.
Example:
IF the list of values is: "aa","bb"
THEN the result value will be " aa" instead of "aa".
Workaround by comparison:
Using trim(value) or comparing explicitely to " aa".
Example:
IF the list of values is: "aa","bb"
THEN the result value will be " aa" instead of "aa".
Workaround by comparison:
Using trim(value) or comparing explicitely to " aa".