Albert Labermair
- Total activity 210
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
maxAll - Determine the highest value of all objects
Description The maxAll function returns the largest value of a specified function across all objects. Optionally, subtasks can also be included in the calculation. Syntax maxAll('expression', inclu...
-
projectFlavor - Retrieve the value of a project flavor
Description The projectFlavor function returns the value of a flavor assigned to a project. This allows access to specific project flavors within formulas. Syntax projectFlavor(name) Arguments A...
-
My Tasks
In My Tasks, you collect and organize all tasks that are relevant to you – regardless of whether they come from projects or were created by you personally. This helps you keep an overview and struc...
-
Flavors of the type “Location”, “Area” & map view
With the flavor types Location and Area you can display tasks and projects with geo-positions and areas on a map. Together with the Map view, projects with a geographic context can be visualised an...
-
minFolder - Determine the smallest value in a folder
Description The minFolder function returns the smallest value of the provided function of all objects in a specific folder. This is particularly useful when performing calculations at the group lev...
-
Create a button to execute a webhook in Power Automate (with createButton)
This article explains how to use the createButton function to create an interactive button that triggers a webhook in PowerAutomate. By clicking this button, a flow is triggered that transmits and ...
-
relation - Retrieve relation field value
Description The relation function returns the value of a relation flavor. The index parameter can be used to return a specific element. If omitted, the function always returns the first element. If...
-
segment - Splitting a string into segments
Description The segment function splits the string string into individual, separator-separated segments and returns the segment at the specified index. Syntax segment(string, separator[, index]) Ar...
-
Folder properties
In smenso, folder properties offer numerous options for customizing the structure, layout, and behavior of tasks within a folder. Here you’ll find an overview of all available fields and options in...
-
maxFolder - Determine the largest value in a folder
Description The maxFolder function returns the largest value of the provided function of all objects in a specific folder. This is particularly useful when performing calculations at the group leve...