iRobo.Activity.Add  Asset

Updates or adds asset value (if not exists) in Assets page in iRoboControlPanel.

               

     Note: 

         Assets are managed from Assets page in iRoboControlPanel.

                                                                                       

Properties

Input

  • Asset Description - Asset description to be added to the new asset.
  • AssetIDName - Asset Name to add. (Mandatory)
  • EncryptFields - Enter String value to encrypt fields.
  • IgnoreErrors - Ignore exception error or not. Its input is True/False arguments.
  • Item - Get JObject asset Data Type. (Mandatory)
  • Type -  Get String Input Variable of  JSON file type.
  • UpdateIfExists - Update asset if exists in iRoboControlPanel.

     Note: 

         UpdateIfExists Property if enabled, updates existing Asset stored in Data Storage used in iRoboControlPanel.


Misc

  • DisplayName -  Activity header name.


Output

  • Result - Add JObject Output Variable for the result. (Mandatory)


Steps of Using Add Asset Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Add Asset Activity to the Sequence.
  3. Create AddAsset  Variable with JObject  Data Type.
  4. Assign AddAsset  Variable the default JSON expression, such as: {JObject.Parse("{'name':' John ','Age':'30'}")}, as shown in the image below.


  1. Add AddAsset Variable to Item field in Properties Panel.
  2. Click Save button from iRobo Studio Menu to save Workflow.
  3. Click Play button to start the automated process.

Created with the Personal Edition of HelpNDoc: Free EPub and documentation generator