i have a list of dynamic component and i call images from airtable when i click on any download button only first image is download other images are not download here is my block:-
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
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 )
Sorry @Ramjan_Malik .I made a problem
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)}
when user click a button it should be replace by other image of button how can i do that
Something like that?
i have dynamic component button i will show you the block wait
Then you any button.click
You can ask your all questions and queries in one topic why are you creating multiline topic related to same project
Since the topics seem related i merged them
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