Search

  • Expression Builder introduction

    Table of contents What is Expression Builder IntelliSense & Expression code editor Placeholders Field values Context object values & Functions Actions variables Actions ...

  • Context placeholders in expression builder

    Table of contents Context placeholders in expression builder Form placeholders Functions Item placeholders List placeholders Solution placeholders Page placeholders/funct...

  • Value formats of all column types

    This article documents the returned values when using field placeholders:GET - returned values by placeholdersAnd describes the expected format to set values by Assignment ...

  • Calculated column values (background feature)

    Calculated Values - Solution creators can create advanced JavaScript-based expressions to perform calculations of all types. Formulas, string, numeric or date functions, r...

  • How to check users in Azure Active Directory group with Modern Forms and List Actions

    We have added a new placeholder [[@User.IsMemberOfAADGroup('Type existing Azure AD group name')]] Note 1: to properly use this function users have to allow third-party cook...

  • How to navigate to specific tab in Microsoft Teams using deep links

    Deep links in Microsoft Teams are URLs that contain unique identifiers for specific channels, chats, or tabs within the application. By clicking on a deep link, users can d...

  • How to get a custom user profile property

    If you want to get a custom user profile property from the current user, they are not directly available in our Expression Builder, but you can get them via the GetCustom...

  • How to get the latest item created by me using expression functions

    Sometimes we need to get a value of an item we've just added to a list e.g. the ID. There is an easy way to achieve this using the expression language and a function call...