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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Copilot Chatbot Adapti...
Copilot Studio
Unanswered

Copilot Chatbot Adaptive card work flow

(0) ShareShare
ReportReport
Posted on by 21

Hi everyone, I am having trouble on submitting the form data to my email, so I created a form using an adaptive card, can someone please help me how to submit all form data to my email after form submission using a work flow? If you all can provide screenshot that woul be great. Thank you and I am just new in this platform

Categories:
I have the same question (0)
  • adelacruz010 Profile Picture
    21 on at

    @ManikandanS Here's my json code and for the work flow I haven't started it yet since I don't know how should I do it.

     

     

    {
     "type": "AdaptiveCard",
     "body": [
     {
     "type": "TextBlock",
     "size": "Medium",
     "weight": "Bolder",
     "text": "MECHANIC LIEN FILING FORM"
     },
     {
     "type": "TextBlock",
     "text": "Provide details about the project, including the property address, owner's name, and a brief project description.",
     "wrap": true
     },
     {
     "type": "Input.Text",
     "placeholder": "ABC Auto Repair",
     "label": "Company Name",
     "isRequired": true,
     "id": "company",
     "errorMessage": "Response required"
     },
     {
     "type": "Input.Text",
     "placeholder": "Full Name",
     "label": "Full Name",
     "id": "full",
     "isRequired": true,
     "errorMessage": "Response required"
     },
     {
     "type": "Input.Text",
     "placeholder": "Email",
     "isRequired": true,
     "label": "Email Address",
     "id": "email",
     "errorMessage": "Response required"
     },
     {
     "type": "Input.Text",
     "placeholder": "Street Address",
     "label": "Street Address",
     "isRequired": true,
     "id": "street",
     "errorMessage": "Response required"
     },
     {
     "type": "Input.Text",
     "placeholder": "City",
     "label": "City",
     "isRequired": true,
     "id": "city",
     "errorMessage": "Response required"
     },
     {
     "type": "Input.ChoiceSet",
     "choices": [
     {
     "title": "Alabama",
     "value": "Alabama"
     },
     {
     "title": "Alaska",
     "value": "Alaska"
     },
     {
     "title": "Arizona",
     "value": "Arizona"
     }
     ],
     "placeholder": "State",
     "label": "State",
     "isRequired": true,
     "id": "state",
     "errorMessage": "Response required"
     },
     {
     "type": "Input.Text",
     "placeholder": "Zip Code",
     "label": "Zip Code",
     "isRequired": true,
     "id": "zip",
     "errorMessage": "Response required"
     },
     {
     "type": "Input.Text",
     "placeholder": "Country",
     "label": "Country",
     "isRequired": true,
     "id": "country",
     "errorMessage": "Response required"
     },
     {
     "type": "Input.Number",
     "placeholder": "Phone",
     "label": "Phone Number",
     "isRequired": true,
     "id": "phone",
     "errorMessage": "Response required"
     },
     {
     "type": "TextBlock",
     "text": "Terms & Conditions\n",
     "wrap": true,
     "size": "Medium"
     },
     {
     "type": "TextBlock",
     "text": "(a) FL Title Agency, LLC (FLTA) is authorized to process the title work stated above on my behalf.\n(b) Agree that I am authorized to hire FLTA for the Business stated above. My Position is ___________________.\n(c) Agree to provide a copy of the customer’s final bill to calculate the lien.\n(d) Agree to fund my third party lien software with $_________ to pay for the title records and certified lien notices.\n(e) If title is surrendered to me to stop the lien, I will still owe the Collection Fee listed above.\n(f) Agree to sign and/or mail forms required to process title work.\n(g) Agree to pay shipping & handling $________ once title transfer completed. Price includes insurance. Option*\nLeave title electronic to be printed later at no additional charge.\n(h) A Fast Title Fee of $________ is an available option to receive the title within 7 Business days.\n(i) Agree to be responsible for the welfare of the vehicle and avoid repossession without payment.\n(j) Agree to the days of storage stated above due to FL Statute 713.585 timelines and requirements.\n(k) Acknowledge that final processing fees do not include a license plate or registration.\n(l) Agree to notify FLTA if the vehicle is moved to a different location from what is stated on the lien notice.\n(m) Agree that if title transfer fees are not paid within 30 days a $50.00 late fee will be charged to the total due.\n(n) If balance remains unpaid after 30 days, STL may proceed with title transfer into my name and become #1 Lien\nHolder on new electronic title until balance due (+ 10% interest and finance charges applied) is paid.\n(o) Acknowledge that FLTA is not associated with any law firm.\n(p) FLTA does not offer any legal advice.\n(q) Agree to hold FLTA and their affiliates harmless of any legal liability in the attempt to process this title work for me.\n(r) Agree to pay FLTA legal fees/court costs if a lawsuit is filed against us for processing this lien & title work for me.\n(s) Agree to not use vehicle(s) until title transfer has been completed.\n(t) That all information stated in this agreement is true and correct to the best of my knowledge.(t) The filing fee is non-refundable if the lien is not canceled within 24 hours.",
     "wrap": true
     },
     {
     "type": "ActionSet",
     "actions": [
     {
     "type": "Action.Submit",
     "title": "Submit",
     "style": "positive",
     "associatedInputs": "none"
     }
     ]
     }
     ],
     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
     "version": "1.3",
     "fallbackText": "(a) FL Title Agency, LLC (FLTA) is authorized to process the title work stated above on my behalf.\n(b) Agree that I am authorized to hire FLTA for the Business stated above. My Position is ___________________.\n(c) Agree to provide a copy of the customer’s final bill to calculate the lien.\n(d) Agree to fund my third party lien software with $_________ to pay for the title records and certified lien notices.\n(e) If title is surrendered to me to stop the lien, I will still owe the Collection Fee listed above.\n(f) Agree to sign and/or mail forms required to process title work.\n(g) Agree to pay shipping & handling $________ once title transfer completed. Price includes insurance. Option*\nLeave title electronic to be printed later at no additional charge.\n(h) A Fast Title Fee of $________ is an available option to receive the title within 7 Business days.\n(i) Agree to be responsible for the welfare of the vehicle and avoid repossession without payment.\n(j) Agree to the days of storage stated above due to FL Statute 713.585 timelines and requirements.\n(k) Acknowledge that final processing fees do not include a license plate or registration.\n(l) Agree to notify FLTA if the vehicle is moved to a different location from what is stated on the lien notice.\n(m) Agree that if title transfer fees are not paid within 30 days a $50.00 late fee will be charged to the total due.\n(n) If balance remains unpaid after 30 days, STL may proceed with title transfer into my name and become #1 Lien\nHolder on new electronic title until balance due (+ 10% interest and finance charges applied) is paid.\n(o) Acknowledge that FLTA is not associated with any law firm.\n(p) FLTA does not offer any legal advice.\n(q) Agree to hold FLTA and their affiliates harmless of any legal liability in the attempt to process this title work for me.\n(r) Agree to pay FLTA legal fees/court costs if a lawsuit is filed against us for processing this lien & title work for me.\n(s) Agree to not use vehicle(s) until title transfer has been completed.\n(t) That all information stated in this agreement is true and correct to the best of my knowledge.(t) The filing fee is non-refundable if the lien is not canceled within 24 hours."
    }

     

  • ManikandanS Profile Picture
    246 on at

    Hello @adelacruz010 ,

     

    Can you provide JSON of your adaptive card?

    Also, can you confirm your flow Copilot studio topic will post adaptive card when user filled the card and click on submit, flow is triggered to send email.

     

    Thanks.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 330

#2
chiaraalina Profile Picture

chiaraalina 124

#3
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 100 Super User 2025 Season 2

Last 30 days Overall leaderboard