Help request for HTTP Retriever
-
Hi
I've been using Mango for a few years but I've now moved to mango v4 and have also moved from one wire to HTTP retriever.
This is the info from the HTTP page =1: 26.94°C
2: 27.69°C
3: 26.31°C
4: 27.25°C
5: 27.37°C
6: 26.44°C
To set up the data point what do I need to put in to select each temp ?
Any advice would be greatThanks
Keith
-
Welcome,
@keith-white said in Help request for HTTP Retriever:1: 26.94°C
2: 27.69°C
3: 26.31°C
4: 27.25°C
5: 27.37°C
6: 26.44°CThe best way around this is to provide us with a copy of raw output from the developer's console (ctrl + shift + i) element viewer and store it in code </> blocks for us to look at.
Given how you've presented it means there could be different types of formatting that needs to be "filtered" out in order to retrieve the correct variables you are looking for.
Assuming that the variables you have are exactly as we see them, here's the regex to get you started:
(1:\s(\d+\.\d+))
Just replace 1: with 2: and so on
Let me know how you get on
Fox