
Announcements
I am trying to pass the input value given in the html text box to one of my three parameter :
It looks like you've set up InputField as Whole.None, not SingleLine.Text or Multiple.
Change the of-type in your Manifest to SingleLine.Text or Multiple; should be able to pass text into that input then.