Need more information. How do you navigate to the page where you are adding the link?
Based on what I see in your screen shot (which isn’t a lot), I suspect that your current screen is sitting on the first row of the table, and you’ve added a button to this screen.
What you should have is a collection component that uses your Stores table as a source, and then you can either add your button as an collection item action, or add it to the item (Stores) details page.
I did what you recommended and the problem is solved, but I need only one button to appear, and that button has the specific url that redirects to the store.
The problem here is that if I set the limit to only 1 button then it only takes the 1st link from that list.