Consume Rest Services

0
I have created 1.First JSON structure and this json file  {     "query": "148.64.5.7",     "status": "success",     "continent": "Asia",     "continentCode": "AS",     "country": "India",     "countryCode": "IN",     "region": "MH",     "regionName": "Maharashtra",     "city": "Mumbai",     "district": "",     "zip": "400070",     "lat": 19.0748,     "lon": 72.8856,     "timezone": "Asia/Kolkata",     "offset": 19800,     "currency": "INR",     "isp": "Google LLC",     "org": "Symantec Corporation",     "as": "AS396982 Google LLC",     "asname": "GOOGLE-CLOUD-PLATFORM",     "mobile": false,     "proxy": false,     "hosting": true } provided this structure  after that I have created one Import mapping  and last created one microflow and  call Rest services  but when I call this Rest services using one button and this button on click action used already created microflow.  I get below error.      
asked
1 answers
0

Hi Pravin,

Are you facing this issue in local environment? or any cloud environments?

answered