Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi everyone,
I have a mashup that displays similarly like a login/form page. I have placed several text field widgets in the mashup (e.g. Name, ID, Model Number). The texts written in all the widgets will be used as queries to my json data. May I know are there any available methods to address this?
You would add some 'trigger' or 'event' like a button
You create a Service with 'input parameters'
Bind the content of the boxes to the service input parameter
Trigger the service using the button.