UiPath Documentation
activities
latest
false
Workflow activities

Record Updated

Triggers when a record is updated in a UiPath Data Fabric entity.

Triggers when a record is updated in a UiPath Data Fabric entity.

Trigger types

This trigger supports the following trigger types:

  • Start — Starts a new workflow when a record is updated.
  • Wait for Event — Pauses a running workflow until a record is updated, then resumes it.

Input properties

  • Entity — Select the UiPath Data Fabric entity to monitor for record updates. Opens a dropdown selection menu.
  • Additional filters — Configure criteria that apply as filters on the updated record. Opens the Filter Builder.

The Filter Builder provides a set of operators that you can use to filter records based on the values of entity fields. The operators available for a field depend on its data type.

The following table describes each supported operator and the data types it applies to. For the In and Not In operators, enter values as a comma-separated list. For example, to capture only events for tickets whose status is Open or Pending, enter Open,Pending. In RPA workflows, you can use the collection builder to enter the values for the In and Not In operators.

OperatorDescriptionApplicable data types
EqualsField value is exactly equal to the value.Text, Number
Not EqualsField value is not equal to the value.Text, Number
Less ThanField value is strictly less than the value.Number
Less Than Or EqualField value is ≤ the value.Number
Greater ThanField value is strictly greater than the value.Number
Greater Than Or EqualField value is ≥ the value.Number
Date Time EqualsField value is exactly equal to the value. Date-only fields show this as Equals.Date-Time
Date Time Not EqualField value is not equal to the value. Date-only fields show this as Not Equal.Date-Time
AfterField value is later than the value.Date-Time
After Or EqualField value is at or later than the value.Date-Time
BeforeField value is earlier than the value.Date-Time
Before Or EqualField value is at or earlier than the value.Date-Time
ContainsField's text contains the value as a substring.Text
Not ContainsField's text does not contain the value.Text
Starts WithField's text begins with the value.Text
Not Starts WithField's text does not begin with the value.Text
Ends WithField's text ends with the value.Text
Not Ends WithField's text does not end with the value.Text
InField value is equal to any value in a supplied list.Text, Number
Not InField value is not equal to any value in a supplied list.Text, Number
Is One OfField matches any value in a supplied list.ChoiceSet
Is Not One OfField matches none of the values in a supplied list.ChoiceSet
Is TrueField is true. No input value.Yes/No
Is FalseField is false. No input value.Yes/No
Is EmptyField is null or empty. No input value.Text, Number, Yes/No, Date-Time, ChoiceSet
Is Not EmptyField has a non-empty value. No input value.Text, Number, Yes/No, Date-Time, ChoiceSet

Output property

Updated Record — The updated entity record. The output comprises all accessible fields on the selected entity, based on the permissions of the trigger connection user.

  • Trigger types
  • Input properties
  • Output property

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated