Changing collection field permissions

How would I set the " Can use in dynamic page URL : " permission from No to Yes within my collection fields?

What dataset are you using?

If you are using the Wix Members dataset called PrivateMembersData as shown here.
https://support.wix.com/en/article/corvid-wix-members-privatemembersdata-collection-fields

Then where it says ’ Can use in dynamic page URL : Yes’ - if it says Yes then you can and if it says No then you can’t. You cannot change the PrivateMembersData collection permissions.

It’s actually an MySQL external database connecting to my WIX site through a Node.js API that WIX links to but doesn’t offer any support for and I haven’t run across anyone else on these forums that have any experience with it. When I posted this question I was thinking you might be able to change the permissions on the WIX side but I have since discovered that there is a filter written into the Node.js API called “urlized” that affects whether a field can be used in a URL, and I have no clue how to change the code. Honestly ever since I heard the name WIX I have been at my wits end, All I am trying to do is be able to easily swap out data in a dataset on a regular basis without having to rebuild the entire website every time I need to swap out the data, I thought the easiest way to accomplish that would be connecting to an outside database and running a simple python script to swap the data in the database. So far I can add the database to the website as an external database but I cannot get the same search code that works with an internal WIX dataset to work and I do not have any of the fields in the dataset as options to add to the URL on the dynamic pages.