Hey all,
Enterprise 12.0
We're looking into Field Maps Tasks, and we want a way to prevent final submission until an attachment is added, any ideas?
Currently a way that we're trying to detect in the moment if an attachment has been added to the actual item in Field Maps is the way below, is this possible?
if (count(Attachments($feature)) != 0) {
return "Passed"
}This is just a demo text to verify if this would work, it adds the "Passed" value after it is submitted, but the value is not calculated until actual execution, I have seen other attributes like this in the past, but was curious if you all have had any ideas?
Cody