Hello everyone,
When an user creates a record like a new row on Glide table, I want a column informs about the new row’s creation date.
I tried to make it with current time but the date changes everyday.
How could do I do it ?
Thank you
             
            
              
            
           
          
            
            
              Sounds like you are using a computed column for the date?
You should use a non-computed date/time column, and populate that with the current date/time as each new row is created.
             
            
              1 Like 
            
            
           
          
            
            
              Where do I find the non-coputed column ?
And I created an action as you can see on the second picture.
How could I do it ?
Thank you so much
             
            
              
            
           
          
            
            
              Don’t use Set Column values as an onSubmit action with a Form.
             
            
              1 Like 
            
            
           
          
            
            
              Ho I did not see your link and it worked so well.
             
            
              1 Like 
            
            
           
          
            
              
                system  
              
                  
                    July 18, 2024, 11:48am
                   
                  6 
               
             
            
              This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.