I have two input columns, which I need to bring together as follows:
B
Can you help me to get this output?
Hi @StuttgartPower - if I am understanding correctly, you should be able to update the value of Input Column 1 using the following function in a Formula tool.
Left([Input Column 2], 1)
Not quite the solution I am looking for. In principle I would like, that it maps certain rows of input-column 2 to certain rows of input-column 1
Hi @StuttgartPower
The exact logic is unclear but @morr-co suggested you should be able to get the expected output using left.
Here is a workflow for the task.
Output:
Workflow:
Hope this helps 🙂 Feel to ask if you have any questions