Hello Experts,
I have two document libraries. Between these libraries I copy files which are edited by employees. After editing, these files must be copied back to the original location. The location where it should be copied back to is given to the original file as metadata. This is the folderpath where the original file is located.
for instance :
/projects/742-bb/
The problem is the last "/"
Is there a way to remove that last "/" from the path?
Solved! Go to Solution.
Hi @Joppel
Here it is
Above expression is as follows:
substring(outputs('Compose'),0,sub(length(outputs('Compose')),1))
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @Joppel
Here it is
Above expression is as follows:
substring(outputs('Compose'),0,sub(length(outputs('Compose')),1))
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogThe first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
67 | |
24 | |
16 | |
16 | |
13 |
User | Count |
---|---|
116 | |
35 | |
32 | |
28 | |
26 |