i have indesign document run with Javascript in it. which contains multiple pages.
there are some text frames with name txtDate.
in all pages, i want to change all of them with javascript.
with everyItem() => it changes all text frames
with itemByName("txtDate") => it changes only one item.
what is your suggestion any tip for change all text with same label(txtDate)
thanks for suggestions.