Hi, if we have a lookup rule that fills in a list of data but the rule does not actually have any condition, is there any way to trigger this rule again using JavaScript? We find that the field values in auto-suggest are gone after the lookup has completed, for example:
1. Rule to fill field A and field B, no condition as it grabs all value in database
2. User select field A and lookup fills field B
3. User can also do this other way round, user select field B and lookup fills field A
4. But if the user makes the mistake and clears both fields, the previously populated value in field A and B are gone, and we have to somehow trigger the rule in step 1 again to fill the value.
Thanks