Notifications
Announcements
How would a compose an output to remove the last element of an array? My specific use case would be to remove an extension from a file name..
For example, I have a file name called: this.is.a.test.txt
Desired output: this.is.a.test
Thanks!
Hi @cchicken ,
This expression might help you:
substring(outputs('Compose'),0,sub(length(outputs('Compose')),4))
I hope it helps!
Regards,
Julien
@Julien2
I think this works. Can you briefly explain how this works?
Thank you!
The substring function allows extracting part of a string. I have specified where to start at position 0 and how many characters I want.To find how many characters to take, I have used the length expression to give me the string length for the result.
If I have answered your question, please mark your post as Solved.
Thank you.
Hi @cchicken
As @Julien2 suggested you should use substring function achieve this, I would prefer to add on the solution is to get the length of the last element dynamically:MyString is variable storing : this.is.a.test.txt (You can actually use any other string )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 525 Super User 2025 Season 2
Tomac 324 Moderator
abm abm 232 Most Valuable Professional