Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
rmostertRGQ8T
244 Views, 2 Replies

Save loop when trigger form 'Before save'

Hej, I'm making a Form that let you fill in some iProperties and Revision info (custom properties) when you save. 

I try to do this by trigger an ILogic rule that shows the form 'before saving'. But this does not work as i would like, since the save happens after the rule but BEFORE the form is done. So the info is not saved. 

So i thought "Easy, i let the form save when close."  But that save will trigger the rule to show the form again!!

Is there a way to trigger the form 'before save' and ACTUALLY fill the form BEFORE the save happends, so the filled in info in the form is saved with it?