Hi,
I’m trying to get results from the Built With API into a Repeating Group.
I want the Tag and Name data to populate a repeating group.
The JSON looks like this
{
"Results": [
{
"Result": {
"IsDB": true,
"Spend": 7565,
"Paths": [
{
"FirstIndexed": 1362056400000,
"LastIndexed": 1473548400000,
"Domain": "controla.co.uk",
"Url": "",
"SubDomain": "",
"Technologies": [
{
"IsPremium": "no",
"Name": "Thawte SSL",
"Tag": "ssl",
"FirstDetected": 1381705200000,
"LastDetected": 1472425200000
},
{
"IsPremium": "yes",
"Name": "Mixpanel",
"Tag": "analytics",
"FirstDetected": 1369922400000,
"LastDetected": 1473548400000
},
{
"IsPremium": "no",
"Name": "jQuery",
"Tag": "javascript",
"FirstDetected": 1369922400000,
"LastDetected": 1473548400000
},ndent preformatted text by 4 spaces
I’ve set the API for data and populated the repeating group with data from the API (not populating database). I’m only getting the 1st Tag & Name result showing.
Is this because of the way the JSON is structured?
Thanks,
James