Hi all,
Currently have a HTTP node that is able to connect to an API via post request.
Issue is that only one item is checked each time as a script is typed { "Name": "ABC", "Number": "12345A" } into the input body for checking and expected results are received in output body.
Which nodes should be connected to do batch checking of data?
Intent is to get data from rows stored in two columns (i.e. Name, Number) in an excel file on OneDrive. Results from output body will then be nicely fitted to a new worksheet in the same excel file (perhaps 1 line per input row checked).
Thanks in advance for helping.