You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am intended to rename a page using ConfiForm IFTTT with the action of "Rename Page". I wish the new page name to be the file name without the extension. Currently, I am using "[entry.file.toString().split(.).get(0)]" to get the filename. The "entry.file.toString()" statement returns the filename properly, but the ".split(.).get(0)" part is not getting rid of the file extension.
Hi
I think you need to use something like
[entry.file.asAttachment.fileName.split(.).get(0)]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
During my 17 years as a coach, mentor, and trainer of Agile teams, I’ve participated in hundreds of Agile planning meetings. The end result was a wall of backlog items annotated by an explosion of co...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.