Skip Records
When you enter a Skip formula, you can filter records by Skip as well as identify the source column for each Skip you created in the mapping section.
=skip()
Skips the given row.
Argument | Required (Y/N) | Description |
N/A | N/A | N/A |
Example 1:= if(equals($"Cost", 0), skip(), $"Cost") = [skips row OR lists cost]
Skipping a row means the row will not be included in the output.
Here is the Skip Feature in action.

Osmos Skip Feature
Last modified 3mo ago