dynamic values

  1. T

    Dynamically change part of code in Code stage

    Hi, I have a Code stage that creates Pivot Table in Excel. The first part of the code is general and the second part is there to describe how the Pivot Table should look like. I would like to be able to dynamically change the second part whenever I want to change the Pivot Table layout. How to...
  2. L

    Dynamically generate filenames using current date & time

    Hi all, In an SAP automation script I am working on, I need to save files and generate a unique filename using the date and time which they were saved. Does anyone know how to access environmental variables containing current time using Blue Prism? Secondly, I am having trouble concatenating...
  3. M

    Collection - Dynamic header names

    Hi all, Am extracting data from excel to collection, for eg(only 4 columns). The first header is dynamically changing, others remains same . For eg : My collection is having the headers like(sample 10 2018, customer, client, code). In this i have to extract the code (in D column), based on the...
  4. M

    Excel - getting all sheets

    How can get the all sheets data into collection (For Ex : i cant predict how much sheets am getting in single excel file, it may vary depends upon the day). (In the VBO action, we have to mention the worksheet name & i dont want that). First i have to get all the sheetname in that excel. and...
Top