Is there a way to pass a webpage’s input value directly to a flow service’s document of strings? Currently the input values are seen as standalone strings in the flow service when the webpage invoke the flow service. Currently the flow service input is a canonical document of strings containing those string variables expected from the webpage. Instead of having to change the input/output section of the flow service to having standalone string variables, what is the method to pass the webpage data to the string document?
-KY