Skip to main content
Nintex Community Menu Bar

How to get Folder Url from Item Url using filtering

  • August 9, 2017
  • 1 reply
  • 8 views

Forum|alt.badge.img+1

Hi,

I've Item Url with me. How to filter this URL and get folder URL using inline functions.

Item URL: "http://path/to/a/filename.txt"

Result: "http://path/to/a"

Thanks,

Pandiarajan

1 reply

Forum|alt.badge.img+14
  • Scholar
  • August 9, 2017

use regular expression action with following pattern

[^/]+$

206435_pastedImage_1.png