How to write data to an Entity in Uipath VB Apps

Hi all I am looking for information or help on how I can write data to an entity in Data Service.

For example, I have an Entity, this entity has a column called Name, In my UiPath VB App, there is a Field called Name.

I would like to be able to write the name to the entity when users enter their name and hit on a submit button.

I can’t find information on how I can do this, Any help will be velcome. thank you.

I have solve this issue.

How to:

  1. Create an event,
  2. then create a rule
  3. from the list select “CreateEntityRecord”
  4. Select the Entity you want to use
  5. Map your App fields to the Entity fields.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.