Page 1 of 1

Output of TextIndexed

Posted: Wed May 02, 2018 12:05 pm
by stefanghettler
Hello everyone,
currently I'm working on a workflow using Metadata.TextIndexed to extract several pieces of information from specific tags with the same name from a XML-file. Now I want to use an HTTP-request with a POST request type to transmit the information to a php-file saved under the URL of my server.
Basically, my main question is, in which form will the information be transmitted? I mean, is it really a normal Array, that I can simply copy to a variable in my php-file like "$warnings = $_POST ['warning'];" and just use it regularly? Or is it a String with the multiple pieces of information sperated by a semicolon (cause thats how it is shown in the switch preview when no index is selected)?

Thanks for your help in advance,
S.G.