You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by yldshv November 30, 2023
Hello everyone, today I encountered a problem for which there might already be a solution, but I might not be able to find it.
As you can see here, I have list[0].status in the "when" field as a field name. Now, logically, the condition only works for the first item in the array list.
Is there a way to pass this differently in the schema, for example, list[index].status or something similar? If not, wouldn't that be a useful addition?
Thanks in advance and best regards,
Daniel
The text was updated successfully, but these errors were encountered:
Discussed in #1426
Originally posted by yldshv November 30, 2023
Hello everyone, today I encountered a problem for which there might already be a solution, but I might not be able to find it.
Snippet:
As you can see here, I have list[0].status in the "when" field as a field name. Now, logically, the condition only works for the first item in the array list.
Is there a way to pass this differently in the schema, for example, list[index].status or something similar? If not, wouldn't that be a useful addition?
Thanks in advance and best regards,
Daniel
The text was updated successfully, but these errors were encountered: