Hello,
I have an easy question for the greater minds on here. I've created a simple https query to test snowflake environment. I'm trying to process the data I receive by iterating through it and I'm having some difficulty with that step.
In detail -
1. The returned results look like this -
2. the data is captured into a module that looks like this
3. Sample of data when passing through this get Data.data module
4. This is converted into an Array
5. Then iterated ...
Question - If I only wanted to read the email column in the next module, how do I do that?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
So it turns out that it was the approach, after all, and the iterator module. I don't think the Adobe rep can actually say that 😄 but the solution presented does not even use an iterator but instead focuses on creating a repeater using the HTTP DATA module output only - not that far from what you suggested but with a slightly different approach.
- get the data
- use the number of rows value from data to set a repeater
- compose a string to use in another string - depth
- compose a string within a get ( ) data function, like what you had suggested to get the value
repeater config
first compose string
final compose string (ignore the double quotes and "+" symbols)
actual configuration looks like this:
results
Views
Replies
Total Likes
I agree; it's not elegant; beggars are not choosers. I also don't think the 3rd module is required, it seems like overkill. I'll probably attempt to shrink it down further. The way I see it, there's got to be a better way but for now, it will have to do.
Views
Replies
Total Likes
Views
Like
Replies