I have a data source that pulls a JSON file from Lever and need to set up a modeled table.
Tag 1 should pull data/tags[1] and Tag 2 should pull data/tags[2]
The problem is that all of the names do not have tags entered and the data is out of sync.
Can't use KF:fill_elements on the array and for the life of me, I can't figure out how to utilize “preciding-sibling” to solve the question like I saw in another post.