Hi,
Today I have 2 problems.
1st one. I would like to populate missing values with the first value which isn't null. As in the table below
| Original Data Set | Desired Output |
| Mark | Mark |
| | Mark |
| | Mark |
| Tom | Tom |
| | Tom |
| | Tom |
Usually, I would do that with the Multi-Row formula but it isn't available in the Alteryx Cloud.
2nd. By working on the workaround to this specific problem I discovered that I don't know how to make a join by a specific position.
In the official documentation, I can read this: Use Join to combine 2 inputs based on common columns between the 2 tables. You can also join 2 data streams based on row position.
The truth is I don't have a clue if I am missing something obvious or if this feature is not currently supported.

I would really appreciate any guidance.