web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Copilot is validating ...
Copilot Studio
Unanswered

Copilot is validating arguments to my action, but I don't want that

(0) ShareShare
ReportReport
Posted on by 6

I have the type as StringPrebuiltEntity. The field display name is "last name". Prompted "What is your last name?", if I type "Flintstone I get "I’m sorry, but I couldn’t find any information about the last name property. What is your last name?"

 

I don't want any validation, just take whatever is typed. How do I get that?

 

Edit: is a power apps flow with a Skills trigger mapped as an action. Action definition:

kind: TaskDialog
modelDisplayName: Saves a question or complaint for review.
modelDescription: Saves a question or complaint for review.
inputs:
  - kind: AutomaticTaskInput
    propertyName: text
    name: issue
    description: A description of the customer's question or complaint. Require this but accept any text.
    entity: StringPrebuiltEntity

  - kind: AutomaticTaskInput
    propertyName: text_1
    name: first name
    description: Customer first name. Require this but accept any text.
    entity: StringPrebuiltEntity

  - kind: AutomaticTaskInput
    propertyName: text_2
    name: last name
    description: Customer last name. Require this but accept any text.
    entity: StringPrebuiltEntity

  - kind: AutomaticTaskInput
    propertyName: text_3
    name: insurance company name
    description: The name of the insurance company. Require this but accept any text.
    entity: StringPrebuiltEntity

  - kind: AutomaticTaskInput
    propertyName: text_4
    name: email address
    description: Customer email address. Require this but accept any text.
    entity: StringPrebuiltEntity

confirmation:
  activity: Do you want us to save this query for review by ***?
  mode: Strict

action:
  kind: InvokeFlowTaskAction
  flowId: 8d154243-23ed-ee11-a204-000d3a578338

response:
  mode: Generated
I have the same question (0)
  • adilei Profile Picture
    Microsoft Employee on at

    You would have to say more about how your copilot is designed. Are you using a question node? Plugin action?

  • rdegrove Profile Picture
    6 on at

    Action is using a Power Apps flow with a "Skills" trigger. Code view of the Action:

     

    kind: TaskDialog
    modelDisplayName: Saves a question or complaint for review.
    modelDescription: Saves a question or complaint for review.
    inputs:
      - kind: AutomaticTaskInput
        propertyName: text
        name: issue
        description: A description of the customer's question or complaint. Require this but accept any text.
        entity: StringPrebuiltEntity

      - kind: AutomaticTaskInput
        propertyName: text_1
        name: first name
        description: Customer first name. Require this but accept any text.
        entity: StringPrebuiltEntity

      - kind: AutomaticTaskInput
        propertyName: text_2
        name: last name
        description: Customer last name. Require this but accept any text.
        entity: StringPrebuiltEntity

      - kind: AutomaticTaskInput
        propertyName: text_3
        name: insurance company name
        description: The name of the insurance company. Require this but accept any text.
        entity: StringPrebuiltEntity

      - kind: AutomaticTaskInput
        propertyName: text_4
        name: email address
        description: Customer email address. Require this but accept any text.
        entity: StringPrebuiltEntity

    confirmation:
      activity: Do you want us to save this query for review by ***?
      mode: Strict

    action:
      kind: InvokeFlowTaskAction
      flowId: 8d154243-23ed-ee11-a204-000d3a578338

    response:
      mode: Generated

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Mohsin Ali Profile Picture

Mohsin Ali 204

#2
Dua Sadiq Profile Picture

Dua Sadiq 127

#3
11manish Profile Picture

11manish 101 Super User 2026 Season 2

Last 30 days Overall leaderboard