Please share any images or screenshots, if relevant.
[Please insert images here, otherwise delete this section]
Please share any other relevant files that may be required (for example, logs).
[Please insert files here, otherwise delete this section]
Share all details about your problem, including any error messages you may have received.
I need to write a rule which can launch a workflow and all the attributes mentioned in the rule should be matching with the csv file and the rule should run in loop as we have large junk of data that need to be updated
Can you clarify a bit more about the use case? It will help narrow down the right approach.
What type of data are you trying to validate and update from the CSV? For example, is it account attribute data for a specific application, identity attributes, or entitlement data?
Also, when do you expect this rule to run and what event should trigger it? Understanding whether this is meant to run during aggregation, identity refresh, a scheduled task, or as part of a workflow launch will make a big difference in how the rule needs to be written.
If you can share a bit more detail about the workflow purpose and what “matching with the CSV” specifically means in your scenario, the community can give more targeted guidance.
I need that rule to run in loop I will use run rule task for it to run. I wanted it to run update entitlement along with workgroup creation through our workflow. I just wanted to know how we can run the csv so that it update the attributes in loop and update the entitlement. Please help