Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Does it support validating arrays? #374

dcordobag started this conversation in General
Discussion options

Hi there, I'm working with a JSON file and trying to validate the rows in my data, but don't find a way to handle with it, do you have some good example of how can i do it? like... if i have a table, i want to validate the field 1 in the second row, if the condition is met i want to retrieve the value of the field 2 (for example)

You must be logged in to vote

Replies: 1 comment

Comment options

@dcordobag This is likely not supported yet as there's no functionality for the rules engine to work on arbitrary length arrays. Are the number of fields / rows in your data known. If not then you'll need to move the iteration outside of the rules engine. Effectively running the rules engine for each row with the same rules.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /