As you can see the space in red box, I want to hide this space as my condition is matching with the cell which are hidden but there space is still here.
You don’t hide cells in a repeating group… you use constraints/filters on the repeating group’s data source to make sure only the relevant items are being shown.
The feature I want here is I am showing a RG of Jobs. Jobs are of two type (Video UGC and Photo UGC).
Now suppose a user can see two Video UGC jobs of XYZ Company and he apply one of them. After getting approved from the company the job is started. Now remaining one job of Video UGC will not visible to that user because that user is currently working for same type of job for same brand.
After that ongoing job is completed then that hidden Video UGC job will be available for that user.
You should have the collapse when hidden checked, the show on page load unchecked and the condition should be set so as to determine when to show…now, that is for when you want an element to be visible or not based on a condition.
In your case, it seems that you are just trying to hide an entire result from a repeating group, not hiding certain elements within an RG cell that display specific data fields of a result, so you likely do just need to figure a way to show only the results that are supposed to be shown via the datasource of the repeating group.