I think I have found a bug, but want some confirmation. I am trying to use the "Create new folder" connector in PA for SharePoint. The error shows up when you manually enter a library that has a trailing "." in the name of the library name. Choosing that library from the drop down does not produce the same error.

Choosing “Enter a custom value” and typing “Perdue Farms, Inc.” fails

Error message
Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "List not found\r\nclientRequestId: 1eca65dc-eb8b-41e7-9c10-
166ea51e1a61\r\nserviceRequestId: 1eca65dc-eb8b-41e7-9c10-166ea51e1a61" }'.
SharePoint recognizes the site when I type "https://**mytenant**/sites/**mysite**/_api/web/lists/getbytitle('Perdue Farms, Inc.')"
Can someone else confirm that I am not crazy?