Form fails to save and exit when using pulldata()

Hello, Everyone. I'm experiencing an issue with my form where it loops back and fails to save and exit after completion. This problem occurs when I use the pulldata function. Additionally, when I fill in the blank fields preloaded from the CSV, they get cleared when I move to the next question. Does anyone have a solution for this?

Welcome @Austine,
Could you share a related extract of your form and csv, please, to allow reproduction of the issue?

LoanFormTest.xlsx (122.3 KB)
Thanks @wroos , here is a sample form and csv I used

Hello @wroos Were you able to find a way around this issue?

Hi @Austine , I have made a little changes in the form you shared. It's under attached and working now! :smile:

Why it didn't function as intended?
Explanation: It is important to use "triggers" when using dynamic calculated defaults to pre-fill any field in some form, be it via entity table or the media file.

What I did?
Simply added a trigger. Hehe.

Hope, you find it helpful! Great day ahead! :smile:

LoanFormTest.xlsx (124.5 KB)

This is very helpful @MinimalPotato , thank you. I appreciate you identifying the issue on the form. Have a great day too.

1 Like