Hi all! I’m still pretty new to scripting, but came across a problem that feels like it should have an obvious answer.
I would like a user to be able to update a number field in my base via some inputs in the script, however the input.textAsync function throws an error because the string can’t be assigned to that field type.
Aside from changing my field to a string, is there away to change the input type to a number in the scripting block?
Thanks!