How to add backup codes as asset item

Hi Guys,

I need to create a sequence where i need to download the backup codes from a portal and add those backup codes as asset. How can i add those 10 backup codes in asset and after using that backup code i need to delete that backup code from the asset, how can I do it?

Hi @sahfarooq

Create an asset in Orchestrator. Update the asset every time by using the Set asset activity to update the previous value of asset.

Hope it helps!!

Hello,Do i need to create 10 asset for 10 backup codes?

no, you can use a separated string (e.g. delimiter: “;”) or serialized JSON string of a List/Array

i need to set a counter as well if i have used 8 codes i need to go and download a fresh batch of code and update it how can i do that?

Yes you have to create 10 assets for 10 codes… @sahfarooq

Hope you understand!!

as there many options to realize it we dont see the technical blockers. Just decide / specify the details like

  • 10 codes
  • delete used codes / keep used codes

Just make you familiar with the relevant activities e.g. Set Asset …

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