How do I skip the first values?

I’m extracting and but don’t want the first pair which are always (Base) and (). Not sure how to go about this.

Screenshot%202023-11-30%20173905

This is my first project, go easy on me! :laughing:

You could add a condition surrouding your extraction checking for DisplayName (Base) and Value () and put the extraction on the false side.

1 Like