Hello there!
I’m facing an issue related to filtering elements by Keynote value in the app viewer.
Using parameters.KEYNOTE_PARAM.value in filtering is not returning the elements original Keynote value.
Using parameters.KEYNOTE_PARAM.value in filtering is not returning the original keynote value of the elements. From what I’ve gathered, for a structure like string1
.string2
.string3
, it gives the string
after the last dot, considering it as a separator, ignoring everything to the left.
This doesn’t happen if i use a Keynote value without dots, like string1
_string2
Any idea on how to avoid this without having to change the entire Keynote system?
Thanks in advance.