Hi!
I want to concate strings from a existing Text Input tool and a lot of Text Box tools by running my workflow as an app.
Like:
[Field1] := [Field1]+"mytextboxOneText",
[Field1] := [Field1]+"mytextboxTwoText",
...
So my target become for example a correct url string.
Then I want to commit url string to an download tool...
I have try to reach this deployment with a Formula tool. Without any success.
It is possible to procurable this working order with Alterxy?
But how?
Mathias