Hello everyone,
I want to collect all text notes in the project by using the node “TextNode.Text”. The result is correct, but it shows shifted texts in the node output overview, which will cause me problems later. Could you perhaps help me.
TEXT_Auto222.dyn
If more details are needed please just ask me. Thanks for any help.
What do you mean by “shifted texts”? Can you show an image of what you’re seeing and maybe what you expected?
Check the screenshot
Results are displayed, but working with them is not possible
What exactly are you expecting? The text is “shifted” because there’s a line break there - you have two lines centered on the index. There’s no issue with the data. If you want to clean it up, you can always remove or replace the line breaks.
1 Like
You’re much more likely to get help if you provide a written response and explanation of the issue you’re having. Most of the time, a good screenshot is all that’s needed, however, it’s hard to give feedback when you’ve given no other response to any of the other suggestions or reasoning for why something isn’t working.
From the looks of it, you have a list level issue. Using the appropriate list level and some list manipulation should get you what you need.
1 Like
Could you try to do the same to the output of “TextNote.Text” id doesnt help
Using Data from List.FilterByBoolMask (IN) as an input for List.IndexOf cause an Error. If I use the same value just written in a Code Block, it works. So i checked the difference and i just notice that TextNote output is shifted compared to Codeblock. So i assumed this is the origin of the problem.
Hi @dali.jmal try trim for whitespaces
and something here with multilines and whitespaces
1 Like
Nice one! It works. Thanks man
1 Like