Skip to main content
Participating Frequently
April 15, 2024
Question

get.field at a specified time

  • April 15, 2024
  • 1 reply
  • 335 views

I am new to adobe and I am wondering if there is a way to copy from one field to another at a specifed time.

ie. 9:00, 10:00, 11:00,...... My field to be copied is "T 1"

fields to copy to are "H1-1", "H1-2"..... 

I hope to have H1-1 copy the total at 9:00

H1-2 at 10:00

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
April 15, 2024

You can use the setInterval method of the app object to run a script every 1 hour, but you'll need to start it manually on the hour for it to work as you've described. Another option is to run it every minute and check the time until the minutes counter is 00, and only then perform the copy, for example.