IT Process Automation

  • 1.  empty result

    Posted Mar 23, 2015 04:00 PM

    Hello,

     

    I create a process that writes the data come from the database in a file format txt

    My loop is correct when I look at my file after execution it is empty

     

     

    My content is  Process.BD.QueryResults.ResultSets[0].Rows[Process.Boucle_1.CurrentLoopIteration].id

     

    Thanks



  • 2.  Re: empty result

    Posted Apr 02, 2015 02:50 PM

    Hello,

    First Process.BD.QueryResults.length is greater than zero?

    Also, are you writing into the txt file on every iteration of the loop? Check if the attribute