Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confiforms - Navigate JSON dynamically

Demolag
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2025

Hi,
In continuation to previous questions, is there a way to dynamically navigate a json based on entry parameters?

for example, I work with a webservice that doesn't let me filter the respond in the way I need, and I want to filter a specific part of the respond based on the entry's parameters - i.e. - iftttResult.asJSON.get([entry.index]).

I saw on the wiki that both on the JSON navigation guide, and both the get() and asFilteredBy() virtual functions don't work using entry references. Is there another way to do it?

1 answer

2 votes
Alex Medved _ConfiForms_
Community Champion
September 1, 2025

Hi @Demolag 

First, you cannot use functions on the IFTTT results directly

And second, you cannot access a value of a field that is in part of the current scope. The thing is - you move through the field properties and when you apply the filter of getting the value by index, you are already on the field value you navigated to. There is no way to access the value from upper stack

Alex

Demolag
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 2, 2025

Hi @Alex Medved _ConfiForms_ 

If I save the whole IFTTT result json (or even an array that come from a WS field's property) to a text field value, is there a way to manipulate the field afterward based on an index saved on another field in the same entry?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events