Albert Labermair
- Total activity 249
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
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 individually adapting the structure, layout, and behavior of tasks in a folder. Here you can find an overview of all available fields and opt...
-
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...
-
sort - Sort a list of entries
Description The sort function is used to sort a list of entries. The entries in the list are separated by a specified string (separator). Optionally, the sort direction can be controlled via the di...