Hi all,
Can you give me a hand to achieve the following task in Alteryx?
Considering the simple table,
I want to add a third column which will have the same entry for each row, based on another table in the workflow,
The final table should look like this,
| ID | Country | Stage |
| 1 | FR | Done |
| 2 | UK | Done |
| 3 | BE | Done |
| 4 | DE | Done |
Cheers