I’m not getting the proper output for my tax id. Please see below screenshot of workflow and The walk through does not give much guidance in relation to this.
What is being displayed in the below box is the word: Tax ID along with the Tax Number
I believe this is left intentionally vague because it is up to you to split the string to get the required output,which in this case is just the TaxID number (without the extra text). You will need to get the text, and then assign a new string variable which contains the required text (got using string split, regex etc.).
I split first by a space and then by new line whilst picking the required selection each time (the 1 and 0 respectively).
Although this may be different for you, depending on how you got the full text blob using Get Text. A good way to check is to use write lines to see what the output would look like, and then adjust accordingly.