Auto Direct pre-defined members to an individual page on login

Hi!

I have a small business with around 5 key clients.
Each client will have a unique built client page with their data in it. It cannot be automated as is very unique for each client. So a dynamic page doesn’t work here.
Eg home page is www.digitalfishinsights.com
So each page has its own URL www.digitalfishinsights.com/client1

I have a log in page on the website where all clients can go and login. built from the standard members toolkit in Wix.
I want the flow to be when a client logs in using the standard page he is automatically redirected to his specific URL. Best would be if I can include this somehow in the members database, but can also hard code it as it is only ~5 and might grow to 10 in a year.

Any help would be great. I am quite a basic wix users but can get around code slightly with some help.

thanks

My suggestion is to manage different database collections, one for members and then client.
.
Create a new field in the members dataset that stores the ids of the client.

In the dynamic page you need to get that field with the ids and fetch it from the members dataset.

Code is required in order to make it work.

Thanks for your quick reply. Can you give me a few more insights on how I would set this up. Happy to roll my sleeves up and try the coding but would need a few pointers. I presume this method means I could have multiple members all pointing towards the same client page .If it makes life easier I don’t actually need that depth, just one client login per client .