Hi,
How can I seend information like server1.my_func(var1, var2, varN) through script to Azure Machine Learning and get the return of predict value?
or if it`s possible create a http requests in script?
I have aws lambda endpoint:
https://1tp2z91s9g.execute-api.us-east-1.amazonaws.com/default/iuli_teste?p1=100&p2=336
My lambda script get p1, so plus 235 and return a json result.
Is it possible to create in qlik some function awsserver.iuli_teste(100,336) (p1=100, p2=336) and its get a requests http and return to Qlik 334
look my HTTP request:

Its need to work for ever row of my table in script.