I'm not sure if this is possible but what I"m trying to do:
I have 4 different image fields. In my canvas app I want to be able to lay them out differently depending on if the user has uploaded 1, 2, 3, or 4 images. So to this end I've created a countImages field and am trying to use a business rule to set its value. The business rule logic is basically.
If image4field contains data, set countImages to 4, elif image3field contains data, set countImages to 3 etc...
So I created and activated the business rule and nothing happens. How do I kick this off? I know I can create this logic on the app side but I thought it would be simpler on server side. I was hoping to put this logic in one place instead of in 6 or 8 different buttons all over the app. Thanks in advance.