Create SharePoint folder action - timeout
Looking at the screenshots, the Folder Path contains URL-encoded characters (e.g., %C3%A1, %20) which represent special characters or spaces in the folder name.
You can try the decodeUriComponent() function which will convert these to the original "human-readable format":
Ellis
https://elliskarim.com