Connecting a Button to Dynamic Update Page and Retrieving the correct information

Hi! I can see that all of your URL is actually a string, as the restaurantName variable is not separated by the symbol. Therefore, the URL that you’re trying to access currently looks like this:

www.mywixsite.com/ownersprofile/Update/+restaurantName

I assume that you would like the +restaurantName part to be replaced with a variable value.

Try doing this instead:
/ownersprofiles/Update/ + restaurantName