Forum Discussion
MarkShnier__You
8 months agoQrew Legend
You can make a formula text field to parse out the most recent update. Then base your form rule on that field. The field should be put on the form even if hidden by a firm rule so the firms rules can see the calculated field.
Trim(Right([my update field],"]"))
- SarahBurres8 months agoQrew Trainee
worked perfectly. Thanks!