In my low code app I have created a Variable. Initially I set the type as Text.
I use this variable as a Parameter when launching an automation script.
Now, I've realized I need to change the Variable Type to Number since the Script is expecting a Number.
I then edit my Variable, and change it's type (and confirming), which works fine.
I can then publish my app, and that also works fine.
However, every time I go back to edit my app, the Variable has reverted its type to Text again.
I guess I could create a new Variable, and change all references, but I would like to avoid if possible.
Is this by design, a known bug, or am I missing something?
Using 10.5.12 (CU0) if that helps.
Hi Stefan,
This does sound like a bug with the LCA. Can you contact tech support (support@dataminer.services) so that we can look into this further?
As a workaround you could check the input type in your script itself and parse to a number when needed.
Update:
We can confirm that this is indeed an issue in LCAs. To make sure the variable correctly saves after updating the type, the name can be changed slightly (& changed back later).
Hi Stefan,
Good news, the fix has already been implemented. It will be available in release 10.6.7 (MR10.5 CU16, MR10.6 CU4).
A web-only upgrade is sufficient to apply the fix.
Kind regards,
Robin
Hi Robin, great, thank you!
Hi Wout, alright, thanks!