Skip to content

"creatorEmail " field in power automate called from site script gives wrong data. #37

@mitul1986

Description

@mitul1986

Category

  • Bug

Expected or Desired Behavior

In Site inventory created from below mentioned tutorial should have creator name while the site members group name started appearing in place of owner.

image

URL: https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-trigger-flow-tutorial

Observed Behavior

creatorEmail should have owner email in place of office365 members group name.

Steps to Reproduce

Please follow the tutorial and call Power Automate from a site script.Used Schema

{ "type": "object", "properties": { "webUrl": { "type": "string" }, "parameters": { "type": "object", "properties": { "event": { "type": "string" }, "product": { "type": "string" } } }, "webDescription": { "type": "string" }, "creatorName": { "type": "string" }, "creatorEmail": { "type": "string" }, "createdTimeUTC": { "type": "string" } } }

URL: https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-trigger-flow-tutorial

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions