Intents API's edit collection returns error in embedded app

I am using App Home Intents API: Intents API docs . i tried to edit a collection from my embedded app following the doc like this:
shopify.intents.invoke("edit:shopify/Collection", {
value: "gid://shopify/Collection/386027159734",
});
but i am getting error:
{ "code": "error", "message": "The intent was resolved with an invalid payload" }
another error is

outputSchema: {
type: "object",
required: ["id"],
properties: {
id: {
mapTo: "form_data",
type: "gid",
namespace: "shopify",
resource: "Collection"
  }
 }
}

result.errors[0]: {
code: "invalid_type",
expected: "string",
received: "undefined",
path: ["id"],
message: "Required"
}

Hey @Md_Miraj - thanks for flagging this. Your invocation looks right from what I can tell, so this does seem weird.

Does the editor open successfully and only error after saving? If so, do the changes persist, and is this a manual or automated collection? If you’re able to share a timestamp/timezone and the shop URL where an example happened, that would be helpful too.

Happy to look into this for sure, hope to hear from you soon.