Albert Labermair
- Total activity 210
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 102
Articles
Recent activity by Albert Labermair-
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 ways to tailor the structure, layout, and behaviour of tasks within a folder. Below is an overview of all available fields and options in the folder prop...
-
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...
-
set - create temporary variables or set their values
Description The set function is used within createButton to create temporary variables or assign values to them. These variables can be reused in subsequent actions within the button. This is parti...