Aug 12 2022 02:19 AM
Aug 12 2022 05:45 AM
I'm not sure that will do what you need. You can build the string this way
let ipdetail= (ip:string) { strcat('externaldata(detail:string )[h@"', strcat("https://ipapi.co/",ip,'/json'),'"]with(format="raw")') };
print ipdetail("18.140.16.195")
However the result is the string you built not the result of the execution of the externaldata operator