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?
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
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.