Member since 
    
	
		
		
		06-18-2021
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                1
            
            
                Post
            
        
                0
            
            
                Kudos Received
            
        
                0
            
            
                Solutions
            
        
			
    
	
		
		
		06-18-2021
	
		
		03:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
				
		
	
		
					
							 Hello!   Try to use flow UpdateAttribute - GetMongo.     To UpdateAttribute create attr with value      {
  "header.timestamp": {
    "$gt": {
      "$date": "${startTimestamp}"
    },
    "$lt": {
      "$date": "${endTimestamp}"
    }
  }
}        To GetMongo in field Query insert name attr from prev step.      RunMongoAggreation used for aggregation query, but select all docs is not effective, I think.                
						
					
					... View more
				
			
			
			
			
			
			
			
			
			
		 
        