Skip to main content

Hello,

I’ve found examples in the LeanIX documentation about doing bulk import/export/archive, but does anyone know if it’s possible to do a simple bulk recover/un-archive through excel without using a script with individual API calls?

We had about 190 entries archived due to a strict sync configuration, but need them brought back to active now.

Thanks,

James

Hi James,

Do you have the fact sheet IDs available, e.g. as an export? Then you can use the demo console of LeanIX Automation Platform for a bulk recovery: https://demo.aronis.de

The recover script can be run like this:

fs_ids = [
    “12345…”,

    “67890…”,

]
for id in fs_ids:

    FactSheet(id).restore()

 

In case of any issues, feel free to get in touch.


Hi ​@JSKrush

Please feel free to open a support ticket, and our support team will assist you in recovering the targeted Fact Sheet. Thank you! 


Reply