neilh
1
I’m extracting and but don’t want the first pair which are always (Base) and (). Not sure how to go about this.
This is my first project, go easy on me!
jchamel
2
You could add a condition surrouding your extraction checking for DisplayName (Base) and Value () and put the extraction on the false side.
1 Like