Hi,
Using Workflow Manager, how can we check for null value in repeating attribute under transition condition of an auto activity.
Thanks!!
Are you checking to see if there are "no values" for repeating attribute? You can use values API and see if it returns 0 or not. If you are trying to check if a specific index of repeating attribute value is NULL then you need to loop through all the values using for loop and the number of values that is returned from values API.