I Have this formula in an editable field in the input translation. I have the form to Automatically Refresh fields. The problem is that this field will not populate unless I click in the field. It will not populate when the form is saved or if I hit F9 Refresh. I thought this is how input translation is suppose to work.
Subject: Are you sure you don’t need a computed field?
An input translation assumes the user can edit the field. So, if you are computing the value based on another field, than the user can still change the value. BUT, when the user saves the document than whatever the user entered will get overridden.
Is currenttarget another field on the same form? Is this something the user enters a value into? Make sure you are getting a value for this. Use an @Prompt as a debug tool to verify.
the first refresh (or save) was populating the CurrentTarget field. The other fields needed the data in the current target to calculate. I entered an @Command(file save) when they entered the target date. This populated the CurrentTarge field. Then when they closed the document it saved (refreshed) again this populated the other fields using the CurrentTarget Date. Thank you for making me look at the CurrentTarget Field a little closer!