Entitlement update

Hi All,

We have a requirement to update newly created entitlement description regularly for some application. We are thinking the below approach

1- Trigger a form using workflow and then update the information based on the requirement

Can someone help with some workflow structure for the same

Hi @haricc200

You can trigger a scheduled workflow which looks for newly created entitlement using the below query(source.name:“sourcename” AND (created:[now-1d TO now])

Workflow one

1- Scheduled trigger

2-Get access

3-Loop

4-Trigger a form

Workflow two

1-Trigger based on form submission

2-Get form data

3-Update the entitlement using http fucntion

Let me know if you face any challenges

Thanks

1 Like

@schattopadhy

How to prepopulate data in the form using conditons?

@haricc200

you can use the below form hope this helps

form.txt (8.4 KB)

2 Likes

@schattopadhy thanks was able to create the form

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.