Monday, March 27, 2023

mindmeister website to collaborate, visualize and share;

 https://www.mindmeister.com/





Thursday, March 16, 2023

Assign User to Task; UiPath

  1.  Create Form Task - (TaskObj)
  2. Add To Collection - User (Add Item to Collection - UserAssignment)
  3. Assign Tasks to the Business users. (Add userAssignment to Assignment type)
  4. Add To TaskList - Action center Task.(Add taskObj to io_Form)




Wednesday, March 8, 2023

Convert to String only if Not Null; UiPath RPA

 if(IsNothing(TransactionItem.SpecificContent("MIDDLE_INITIAL")),"",TransactionItem.SpecificContent("MIDDLE_INITIAL").ToString)