Hi @Nikhil_Jain
Try this
-
For Each Row in DataTable (your custom list data)
- Input:
LabelData(DataTable from entity)
- Input:
-
Inside loop:
If Activity- Condition:
row("CheckboxColumn").ToString = "True"
- Condition:
-
Inside Then:
Add Data Row (to a temporary DataTable if needed)
OR
Create Entity Record- Entity:
OptionsData - Map fields: Label =
row("LabelColumn").ToString, Checkbox =True
- Entity:
This loops through list, checks selected checkboxes, and creates records in OptionsData.
If you found helpful please mark as a solution. Thanks
Happy Automation with UiPath