powerapps-samples icon indicating copy to clipboard operation
powerapps-samples copied to clipboard

expandable-navigation -

Open pranavcervello opened this issue 3 years ago • 4 comments

Sample

expandable-navigation

Author(s)

@luisefreese

What happened?

Kindly help with the below. I am trying to create a new package using VS Code and Power Platform CLI.

It is giving me the below error. Error
"PA3002: Format is not supported. This tool only supports 0.24, the manifest version is 0.20"

How do i upgrade the manifest to the 0.24 version ?

Steps to reproduce

  1. Open the folder in VS Code
  2. Install Power Platform CLI 2.Run the below command: pac canvas pack --sources .\sourcecode\ --msapp .\solution\

Below error is received:

Error PA3002: Format is not supported. This tool only supports 0.24, the manifest version is 0.20 Microsoft PowerPlatform CLI Version: 1.9.9+g8a4823f

Error: There were errors.

Expected behavior

I wanted to change the Menu Items in the default setting.

pranavcervello avatar Nov 03 '21 18:11 pranavcervello

hey there - thanks for letting me know. Will look into this hopefully next week.

LuiseFreese avatar Nov 06 '21 10:11 LuiseFreese

Thanks for the note. I managed to workaround the issue.

Pranav

From: Luise Freese @.> Sent: Saturday, November 6, 2021 6:29 AM To: pnp/powerapps-samples @.> Cc: Pranav, Fnu @.>; Author @.> Subject: Re: [pnp/powerapps-samples] expandable-navigation - (Issue #43)

hey there - thanks for letting me know. Will look into this hopefully next week.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pnp/powerapps-samples/issues/43#issuecomment-962430728, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU3ORQFFD63TWSLGQBBQ3DTUKT7O7ANCNFSM5HJS2QIA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

This message and all attachments are confidential. Any unauthorized review, use, disclosure, or distribution is prohibited. If you believe this message has been sent to you by mistake, please notify the sender by replying to this transmission, and delete the message and its attachments without disclosing them.

pranavcervello avatar Nov 06 '21 19:11 pranavcervello

would you like to share the workaround?

LuiseFreese avatar Nov 08 '21 12:11 LuiseFreese

I basically used the pac unpack command to unpack the .msapp file using the VS code extension and then modified the code and then used the pack command. This way the manifest generated was in the newer version. Thanks for the help.

Pranav

From: Luise Freese @.> Sent: Monday, November 8, 2021 7:18 AM To: pnp/powerapps-samples @.> Cc: Pranav, Fnu @.>; Author @.> Subject: Re: [pnp/powerapps-samples] expandable-navigation - (Issue #43)

would you like to share the workaround?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/pnp/powerapps-samples/issues/43#issuecomment-963095359, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU3ORQGCHRLLQDTBJV2NKA3UK65XPANCNFSM5HJS2QIA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

This message and all attachments are confidential. Any unauthorized review, use, disclosure, or distribution is prohibited. If you believe this message has been sent to you by mistake, please notify the sender by replying to this transmission, and delete the message and its attachments without disclosing them.

pranavcervello avatar Nov 08 '21 14:11 pranavcervello