@sharvari
We have a disconnected app which has entitlements aggregated and these needs to be completed using manual task.
A requestor can request for one entitlement or set of entitlements, these needs to be then created as request however each entitlement has different fulfilment group in Service now. So if there is any way we can create Service Now request with a entitlement or set of entitlements and can be assigned accordingly to service now groups.
We have service catalog module integrated with IDN.
It seems like you might have to use the Service Catalog API for creating your request. The Manage Service Now action is a bit flexible so you can provide it the relevant URL and additional fields ex. assignment_group as parameters and it should be able to create your request. If that action doesn’t work, you can always use the HTTP request action and call the REST API to meet your needs.