I have this problem
I want to get the label:
20250217103003300
this after selecting:
20250114-1092, ITEM 2
It only happens to me with this tag with the other 2 if I get its tag
I have this problem
I want to get the label:
20250217103003300
this after selecting:
20250114-1092, ITEM 2
It only happens to me with this tag with the other 2 if I get its tag
Because you collapsed if/then blocks in the TagList events,
it's impossible to read your code.
What could I do?
Well, what about expanding the collapsed blocks and providing another screenshot?
Taifun
Look for the Expand Block option when you right click an individual block that needs to be expanded.
there are 2 addresses
(borrar2)
here I get the dropdowns to obtain the text that will take me to the other address
(borrar)
with this I get its label
there has to be a coincidence
AAAA.aia (5.1 KB)
Apparently the crossing of information is harming my order.
I already tried it in various ways
Did you try this way? the problem is you are trying to get all the tag value items instead of the tag that you have selected. so just use select list item from the list block to solve your problme, if i understand your problem correctly. else just excuse.
It seems that we have another unknown
If we both have the same .aia and the same content in Firebase
20250114-1092
ITEM 1 DOES NOT MATCH
ITEM 2 DOES NOT MATCH
what will be the problem?
It seems the problem is here
When sorting the position of the index is deconfigured
I'm trying to create another list variable to match the index and I can't get it
some example
the idea is to maintain the new order
Quite interesting.. Same aia same fb but testing in companion gives us diff output. Well did you test it with apk? Also use another one variable to catch the tag3 taglist to confirm the order
AAAA.aia (5.7 KB)
Test this aia, may be suits you.. It is kind of approach with fb also you can take necessary value also instead of making further fb request to get value
now it happens to me with him
20250114-1091
ITEM 1 which should be 20250217103001100
ITEM 2 which should be 20250217103001150
See, firebase block wont get/obtain same ordered as it is in the database. If you want then you should choose web block only. And index method may be not be suuts you. Let me check it later.
You should not use order the taglist i think
After getting fb2 value, check the index of the choosen item from the spinner (or fb2) then using this index take the key value after getting fb3 got value event triggered
I think the error is searching for the item number
When should it be if the selected item matches, get its label
in a variable list
AAAA_V2.aia (5.9 KB)
i have updated another logic, i hope this time you wont get such confusion. It will show exactly the same key which contain the selected item from teh dropdown. I tested and found working fine all sort of search