Olek1  
                
                  
                    November 1, 2019,  3:26pm
                   
                  1 
               
             
            
              Hello! I need your advice! I have a little project, I have to login, navigate to WorkItems, Extract Data by Data Scraping activity, filter Data Table and add queue.
In Init  I have login and navigate to WorkItems.Process  I have Extract Data, filter Data Table and add queue.Transaction Data  I deleted Get Queue activity.
what should I add to Transaction Data to have my ReFrameWork successfully?
             
            
              1 Like 
            
            
           
          
            
              
                lakshman  
              
                  
                    November 1, 2019,  4:05pm
                   
                  2 
               
             
            
              @olek1 
Init  state - you have to do login, Extract data and filtering.
Get TransactionData  state - Read one by one item and send to Process state
Process  state - Add items to Orchestrator Queue.
Here, TransactionData is DataTable
             
            
              1 Like 
            
            
           
          
            
              
                Olek1  
              
                  
                    November 1, 2019,  4:21pm
                   
                  3 
               
             
            
              please tell me how to do this:Get TransactionData   state - Read one by one item and send to Process state
             
            
              
            
           
          
            
              
                lakshman  
              
                  
                    November 1, 2019,  4:31pm
                   
                  4 
               
             
            
              @Olek1 
In Get TransactionData workflow mention condition like this.
  IF in_TransactionNumber < in_TransactionData.Rows.count
   
    out_TransactionItem = in_TransactionData(in_TransactionNumber - 1)
Please follow walk through document of that assignment.
             
            
              
            
           
          
            
              
                Olek1  
                
                  
                    November 4, 2019, 11:06am
                   
                  5 
               
             
            
              Thank you for your answer, but tell me please, how can I transwer my argument from Init state to Transaction Data?
             
            
              1 Like 
            
            
           
          
            
              
                lakshman  
              
                  
                    November 4, 2019, 11:27am
                   
                  6 
               
             
            
              @Olek1 
You have to assign this out_DT  to TransactionData  variable and it’s global variable ans we can access it from any state in REFramework.
             
            
              
            
           
          
            
              
                Olek1  
              
                  
                    November 4, 2019, 11:31am
                   
                  7 
               
             
            
              Yes, I know, but where can I do this and how?
             
            
              1 Like 
            
            
           
          
            
              
                Olek1  
                
                  
                    November 4, 2019, 12:18pm
                   
                  8 
               
             
            
              Please tell me, what I can do with this error
             
            
              
            
           
          
            
              
                system  
              
                  
                    November 7, 2019, 12:18pm
                   
                  9 
               
             
            
              This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.