Defining click activities for currently not exist button

Hi,
I have a button which is fetch some data(array of some integer) from server then at runtime they create as many buttons as the number of array. I want to click these generated buttons. Is that possible?

Thanks

@mastermao_zui

Welcome to the forums

If the button element is dynamic and disappears sometimes, for to know whether the element is present you can use the Element Exists Activity

If you can provide more insight into your issue like by providing screenshots that would be useful in understanding your issue well

Thanks