Updating database using multipal local storage variables.. ? eg.
INSERT INTO 'tech_activity' ('Tech ID', 'Date Time Posted', 'REF', 'Activity Type', 'Activity Info') VALUES ("value1","value2","value3","value4","value5")
When I can't map more than 1 item (values) to the query.
I tried This {TechActivityURL}?key={key}+query={query} in the Rest service URL but it places "+" in the spaces of the query
Basically...
I want the URL loaded from LocalVar(I can do that)
also The query and values from LocalVars and or input Fields..
Any suggestions?
Thanks again for your help !