i did everything manually removed get tag list and and called Challenge1 when screen initialize and added get value in screen initialized and successfully got values of Challenge1 then i tried again with get taglist with for each then same problem got the tags but not values
@Kodular is there any way to get data from firebase and show it in dynamic card?
If you have no authentication rules then you could use Web component. Set Web1.Url to
https://<PROJECTID>.firebaseio.com/.json?
and then when Web1.GotText to get responce content
For example
Now you have 3 lists and you can use them to create dynamically labels
how can i make this app without authentication, its impossible as its a cycling app, is there any otherway?
thanks a lot
Thank you so much! Is there any way to design it to look like this?
Sure , you need to add dynamic button. Using html code you code modify this and all
ok, but i didnt see any option to edit dynamic button with html
As per your design, Dynamic compound extension created by @yusufcihan will be good
WIth default blocks you can create like this but you can align each component in the desired position. That’s why we advised you to use extension…
You are click on buttons however you are using WhenAnyCardView.Click
block. If you have to get the click on a button then You have to use WhenAnyButton.Click
instead of this.
no no you are getting me wrong its name is startChallengeBtn but its a card
I never got it wrong but you are saying yourself that
But you are showing CardView.Click block
BTW you can get the click this way
Thanks to everyone who has helped me to solve these problems. Finally i am able to get my expected results.
No this wont work. because in the firbase you are calling only Transaction, but you are trying to get Balance tag . Better use one firebase get value tag with Balance in the when firebase get tag list