Is it possible to add a newline after every text extraction with Get Text? #299
Answered
by
eduard-buta
eduard-buta
asked this question in
Q&A
-
Hi there, I was wondering if there's a function or something that could help me add a newline after every multiple text extraction done with Get Text. Hoping you could point me in the right direction. :) |
Beta Was this translation helpful? Give feedback.
Answered by
eduard-buta
Jan 28, 2022
Replies: 1 comment
-
Managed to do this by adding to the Global Data another variable: "newline": "\r\r". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kholid060
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Managed to do this by adding to the Global Data another variable: "newline": "\r\r".
After that, I checked "Add extra row" in my Get Text block, selected my initial column where my data went, and referenced the new global variable {{[email protected]}}.
Hope this will help someone in the same boat someday!