Obs: I was noticing my list, it only pulls the size of the first item on the list that has exactly 8 letters. How do I remove this limitation of 8 letters.
If and else if tests a given condition. If the condition is true, performs the actions in a given sequence of blocks, otherwise, the blocks are ignored. So the if …then block will combine only with blocks that result true or false for example from text blocks you can use the followings
I really enjoy this guide, it’s amazing and it always help me a lot when I have any doubt about some specific text block. Congrats and thank you for sharing your knowledge and being patient to write it to guide us through.
Well, I have one doubt about the “Replace All Mappings” block on my project. I’ve been trying to implemment it in my Search ListView With Images but since my data is pretty large (more than 700) it starts lagging and take some time to show what the User is typing in the TextBox.
I’ve tested it in a shorter list (50 entries) and it works fine, but it does not work fine in a bigger one. Is there any other solution? Is this the right way to do it?
Thanks in advance! (Tell me if I have to create new topic instead of asking here…)