When click any download button only one image is downloaded

In this block that you shared I don’t find any issues you need to share more blocks that you used to identify the issue

here is the block how i created button like download

Hi @Ramjan_Malik,
That because you are getting only one id using get component block.
That how should it be ( using the component local variable )
blocks - 2020-08-26T152406.660

it still not working
Untitled

Sorry @Ramjan_Malik .I made a problem :sweat:
To fix it try this:
May be i wrote the ids wrong you must check them

Set custom Download.URL to Select list item list (global image) index {replace all text text(dynamic component getid by component) segment (downbtnid) replacement (leave blank)}

set URL to

same as what @CJcorp said

2 Likes

when user click a button it should be replace by other image of button how can i do that

Something like that?
blocks - 2020-08-26T155322.933

1 Like

i have dynamic component button i will show you the block wait

Then you any button.click

Make something like that:
blocks - 2020-08-26T155705.968

1 Like

You can ask your all questions and queries in one topic why are you creating multiline topic related to same project

1 Like

Since the topics seem related i merged them

2 Likes

12 posts were split to a new topic: Error while generate qr code

ya its worked and when its click again it will be same as first image, how can i do that

take a variable with initial value 0

when button clicked
if variable = 0
then set button image to “new image” and set variable value to 1
else
set button image to “previous image” and set variable to 0

could u please convert in to block

blocks (1)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.