https://linear.app/comm/issue/ENG-10205/update-flow-to-02691
name is a string, computedRolePermissionBlobs is an object of type RolePermissionBlobs with keys 'Member' and 'Admin' so flow complains.
Checking that name is 'Admin' or 'Members' fixes the error.
Depends on D15084