How to manage disable option differently for each button in the repeating grid?
I have a repeating grid for showing attachements from the file and a button called "Create task from the attachement".The button has a disabling option to restrict duplication of the task creation. So when I've got more than one file attached after the first click all the buttons go disabled and after completing with the firs file I have no chance to create other tasks. Suggest my something please, I have tried to manipulate with UI options by creating seperate section/layout for the button etc.
Under "Attacment Name" can be multiple rows and the user can execute creation of task for every file. On the button there is a disable condition(expression) designed to prevent multiple attemps to process the same file and it must make the button disabled.But the problem is that after being executed onece it becomes disabled for other files and the user just can't process other files.