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