Text input not showing up in auto complete

  • Goal: I have an API resource that needs the value of a text input.

  • Steps: I created the API Call, it pulls a value from the selected row in the table fine, but for the second parameter, it needs the value of a text box with in a modal popup but is unable to resolve that text input.

  • Details: self hosted version 3.75.7

  • Screenshots:


    image

Hey @Shegs,

Sorry, I may be completely missing the point here, but what happens if you write {{textInput1.value}} or why are you expecting {{text}} to resolve to the value you're expecting?

usually it auto completes and shows the value when you hover over it. so you know what is being sent without actually running the code.

but now textinput auto completed. maybe one part of the application wasn't quite aware that other part existed.

image

oh well
thanks