Hi
I have a SharePoint Online list and I am able to loop through each row.
One column URL, has values like this ...
http://myserver/tikitlink/tikitlink.asp?doc=12345&lib=lib1
How can I extract the doc number?
I tried to use this ...
uriPathAndQuery(items('For_each')?['URL'])
which gives me
/tikitlink/tikitlink.asp?doc=12345&lib=lib1
but I get stuck there.
Thanks
P