Data not on the same row

we have a page with a long list of items formatted like:
DATE TITLE LOCATION

I created 3 text selector with multiple selection

the data preview is correct on each selector

problem:
when we parse, the extracted data is not on the same ROW

there are rows with just the date
there are rows with just the title
there are rows with just the location

I figured it out!
you have first to create en element then add the selector inside of it
make sure not to check MULTIPLE selection in the selectors

Correctly, I think it has happened to all of us.

I think i tried that and it didnt work.

First create the selector element, enter it, and create the rest with non-multiples selected