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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.