Hi, everyone:
So I was able to use Split By to separate a JSON string and display each key-value pair in a repeating group:
But what I really need is to display only the values, not the key. When I tried to use Split By again, it alternated the keys and values (which I suspected would happen):
I only want the values (2nd, 4th, 6th, etc.) cells. How do I do that? Would I be better off doing regex (which I am not familiar with)?
Any advice would be great.
Thank you.