Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A multistep form step can be a Condition type that indicates the step should evaluate an expression. If the expression evaluates to true then the next step is displayed. If the expression evaluates to false and if the Next Step If Condition Fails has been specified, that step will be displayed. The current table is the target used to evaluate the expression against. Record Source defaults to the Record Source of the previous step.
Name | Description |
---|---|
Condition | The Conditional expression to be evaluated |
Next Step if Condition Fails | The Conditional Step Type, unlike all others, has two Next Step lookups. The default Next Step lookup will be respected if the condition evaluates to true. This property sets the next step should the condition evaluate to false. |
The available operands are as follows:
Operand(s) | Type |
---|---|
=, == | Equals |
!= | Not Equals |
> | Greater Than |
< | Less Than |
>= | Greater Than or Equals |
<= | Less Than or Equals |
& | And |
| | Or |
! | Not |
=*, ==*, ~= | Like |
!=* | Not Like |
The format of the expression is as follows:
[entity attribute logical name] [operand] [value]
Example:
new_categorycode = 750101
A condition can have multiple expressions. You can use parentheses to group nested expressions, for example:
new_categorycode = 750101 & gendercode = 2
new_categorycode = 750101 & (gendercode = 2 | gendercode = 3)
new_name = Jane Doe
new_twooptionfield = true
new_twooptionfield = false
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreTraining
Module
Adjust process behavior using conditional actions with Power Automate for desktop - Training
Learn how to use conditional actions to configure a flow to vary behavior at runtime-based information in the environment.
Documentation
Define a load form and load tab step type
Learn how to define a load form and load tab step type in a Power Pages.
Define multistep form properties for Power Pages
Learn how to configure multistep form properties for a portal.
Learn how add and configure a redirect step for multistep forms in Power Pages.