This is either going to be a very stupid question or a very silly bug.
I want to check if MyUserParameter has a value, so I put a Creator and a Tester on my canvas checking whether MyUserParameter does have a value. It tells me it doesn’t, whilst it clearly does! Hmm, what’s going on?
Am I being dumb? Why can I not test a User Parameter?
I can get it by using a ParameterFetcher, so it’s not a big issue.
We recently upgraded from v2023.1 to 2024.1, and I thought this used to work, but I could well be mistaken.
EDIT: It does work if I check if MyUserParameter is of type string or when using RegEx. It sounds like the ‘has a value’ and ‘is null / missing / empty’ doesn’t work with user parameters.
Question


