I would like to have validation rules for when doing a bulk import (like importing via .csv file) and also, I want to have some other logic, like if a field has one value, then calculate a value in another field based on this. I have this all in place for my form for new submissions and edits and it works fine.
When I run an import, however, none of this logic is triggered, I am confused as to whether there is a way to do this? This is a critical need for the app I'm building and I figure there must be a way to implement this?