Skip to main content

Workbox blog

Go Search
Workbox blog
Workbox home page
  

Other Blogs
There are no items in this list.
Workbox blog > Posts > Hidden x-path functions
Hidden x-path functions
Workbox has some hidden features that are yet not documented but are ready to use and will help you create better workflows.
 
Today, I'll write about x-path functions in filters.
 
Filters are used in 4 places:
  • item filter in activities (edit, delete, checkin, permissions, etc)
  • "IF activity"
  • item filter in lookup (when you select item column from in the lookup)
  • Action execution conditions

In the 2 first filters, where you are filtering items based on the item columns, you can use the following X-path functions:

strings 

            substring-before(s1,s2)

            substring-after(s1,s2)

            concat(s1,s2)

            contains(s1)

 

numbers         

            celling(s1)

            floor(s)

            round(s)

Comments

There are no comments yet for this post.

Title


Body *


I'm not bot *


Enter anything
Attachments
If you can't read this number refresh your screen.
Enter the code shown above: *

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)