RPA Trigger

  • Unable to see Trigger manager button in Control Tower?

    Ans: User who has ‘RPA_Trigger_Management’ access enabled can see the trigger manager button in Control Tower. Check-in AssistEdge Admin module if this is access enabled.
  • In the case of a continuous monitoring file system; is there a provision of using a shared drive?

    Ans: Yes. Enter the shared directory path as below:
    //<ipAddressOfSharedDirectory>/sample/directory
     

    NOTE: 

    Trigger may not work if shared directory is mounted with a drive letter (e.g., Z:/test).
  • Can a user have wildcard characters for the filename field in the continuous monitoring file system?

    Ans: This field is used to process only particular files matching with the provided regular expression. E.g., Providing “.*” as the value in this field will poll for all files in that directory.
     

    NOTE: 

    User must be familiar with Regular Expression syntax. The trigger may not work if an incorrect expression is entered.
  • Which time zone can a user choose?

    Ans: User can choose any time zone listed in the dropdown, as per the business requirement.
  • What would go inside an Email Folder field?

    Ans: Email Folder for which an email trigger must be configured. (E.g., Inbox)
     

    NOTE: 

    Multilevel folders may not work.

  • What is the E-mail User Id field?

    Ans: Email Address for which an email trigger must be configured.
  • What is the daily and weekly schedule in case of Schedule-based?

    Ans: Daily schedule triggers a selected LG Process at the specified start date-time every day until the specified end date-time. Weekly will do the same, but only on selected days from a week.
  • What is Trigger Expiration time?

    Ans: It is the time till which Robot continues to process a single request. So, set the trigger expiration time according to the data load that the process is going to execute.
    E.g., If the process is expected to execute an excel file with a maximum(peak) of 100 records/rows and each record/row is expected to execute in 2 seconds; then the trigger expiration time of the process must be greater than 100*2=200 seconds.
  • Getting ‘parameter count mismatch error’ in LG robot execution

    Ans: This error appears when search parameters in the process do not match with the request, it received.
  • Verify the below in Process:
    • In case of a File System Trigger, the below search parameters must be present.
      • filePath
      • fileType
    • In case of an Email Trigger, the below search parameter must be present.
      • emailTriggerId