Issue with deploying Forms

We have configured a Form that is being used by a Workflow. Now we’re trying to deploy this to our next environment (ACC) and want to deploy this later into Production as well.

According to the documentation, we can only deploy Forms using the Config Hub:

And there seems to be no end point noted in the API documentation as well, so directly interacting with the API is also out of the question.

I’ve done a dump of our form using sp-config, and uploading that into the config hub.

Right after creating the draft deployment’, ensuring there are no reference issues and clicking ‘Deploy Draft’, I get the following error:

The question is: who has experience with deploying forms? This is quite a complex one, with lots of conditions and I really don’t want to do the manual way and recreate the form using the UI.

Hi @sauvee,

I never deployed forms beetween differents environements but using ISC VS code plugin can be great because you have possible to export form from environement and then import another environement.

3 Likes

I’ll give that a shot, thanks!

I do expect the same (or similar issue) since it is using the same APIs that config hub / sp-config, etc is using.

1 Like

@sauvee The deploy in config hub is the right way to deploy forms but you mentioned that it might be complicated form - if you can create support ticket and share the form exported JSON, we can check it out and see what the issue.

2 Likes

We have been able to deploy the form via the VS Code plugin.

I am wondering if the form definitions will get a proper set of API end points?

1 Like

Thanks @sauvee . Glad to hear that you found a workaround . We would still be happy to check the issues and why it failed to deploy. Would appreciate if you can open support ticket and include the form json or if it’s easier, send it to my email with the tenant you ran the deploy : yael.kadoshi@sailpoint.com

This is for a client I’m working for, but currently I don’t have access to raise support tickets for them. I will check if one of my colleagues can follow up, otherwise I will send an email directly.

The form APIs are located here:

There are quite a few APIs that should assist with the export/import of forms from one tenant to another.

Yes! We found these APIs ourselves as well last week. It’s weird, because when I posted, I couldn’t for the life of me find any reference to forms in the documentation (besides the NERM forms, which are of course entirely different).

Thank you!

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