custom function inputs not passing without re-inputting input

Options
This happened yesterday and today for the first time.  I'm passing an api request input into a function call, but when debugging, they aren't showing up in the function input read-out from the debugger.

The inputs in question were created after the function was originally set up, so perhaps that was the reason why.  But, after some hair pulling, it turned out all I needed to do was click on the input fields and re-select them.

And yes, they were selected as input: and not just text.  That one has got me more than once 🙂

Comments