I am new to Switch so am looking for some advice on how I can get data from my xml file and use in in a call to by database.
So far I have an xml pickup set to "metadata alongside asset" this then passes to the database connect.
From this I am calling a stored procedure that passes two variables into the database and returns an email address if true or a defuaul email is false
The SQL side is not a problem but I can't get the xml data to pickup?
This is what I have so far (Free Typed)
Code: Select all
CALL myprocedure_SP_switchLookup ([Metadata.Text:Path="/ValueDescription/MF_2",Dataset="xml",Model="XML"], [Metadata.Text:Path="/ValueDescription/MF_1",Dataset="xml",Model="XML"])
Thanks in advance and Happy New Year to all
Bidd