Automic Workload Automation

  • 1.  How can we pass value assigned in one promptset to other promptset

    Posted Jul 02, 2018 02:38 PM

    Hello Team,

     

    We have defined a workflow which has a single job inside it.Two promptsets are placed in both workflow and job. Can we pass value entered in the first promptset and later display the same in the second promptset text box. dynamically.

     

    Ex: The first promptset value is stored in &Test# and submitted successfully. Can we use this &TEST# in any of the second promptset value.

     

    Appreciate your suggestions.

     

    Thanks in advance,

    Srujan.



  • 2.  Re: How can we pass value assigned in one promptset to other promptset
    Best Answer

    Posted Jul 02, 2018 05:06 PM
      |   view attached

    We pass workflow promptset variables into task promptset variables all the time.  The trick is learning how to override the task promptset variables correctly under task properties.

     

    I've attached a small example.

    Attachment(s)

    zip
    uc4_export.xml.zip   3 KB 1 version


  • 3.  Re: How can we pass value assigned in one promptset to other promptset

    Posted Jul 03, 2018 01:21 PM

    Thanks petwir . I tried this earlier but didn't work. What I found the difference is I have placed a variable object in data reference of the task's promptset, instead of "UC_DATATYPE_STRING". After replacement, it worked perfect but not sure why it doesn't work if we put any other variable object as data reference.

     

    Thanks,

    Srujan.