Fix issue of URL path versus URL path list item #2

When you use the get data from URL and select path, you are provided with the expected value (the path).

When you use the get data from URL and select the path list, the first item in the path list is the page name, and the second item in the path list is the path.


Screen Shot 2022-08-31 at 4.30.00 PM

Screen Shot 2022-08-31 at 4.30.16 PM

IF the path list starts from the first ‘path’ shouldn’t the get data from URL path return the path list first item which would be the page name?

OR, if the path is the value that comes after the page name, shouldn’t the URL path list begin with the first item being what comes after the page name?