Official Feed Templates missing in Studio

The “Test Automation Framework Template” is missing from Studio's template list. Official Feed is missing.

The Office Feed is missing from the dropdown when searching for Templates in Studio, as below.

In order solve this, proceed as follows:

  1. Download that governance config file from Studio (to generate a governance file with the current configuration from Studio, go to the Backstage view > Help tab, and select Generate Governance File), open it and add in the

"TemplatesManager" section, under "Feeds" the following:

{

"Name": "Official",

"IsEnabled": true

},

  1. Then save the file.
  2. If the governance file is stored locally under C:\Users\[username]\AppData\Roaming\UiPath replace it with the modified file and reload Studio.
  3. If there is no file, place it under C:\Users\[username]\AppData\Roaming\UiPath.
  4. After that, the Official Feed can be seen and the templates too.

In case the Governance is managed by policies in Automation Ops:

  1. After downloading the governance file with the current configuration from Studio (by default uipath.modern.policies.zip) in the uipath.policy.Development.json file under the "template-feeds" section, add

{

"template-feed-name": "Official",

"template-feed-is-enabled": true

},

If "Official" is already there but in template-feed-is-enabled is false, change it to true.

  1. After that, save it and upload it in Automation Ops, in the Governance -> Policies, by clicking Upload and select the file.
  2. Once the new policy file is imported, review the imported policy and save it.
  3. As a final step, Studio needs to be restarted.