Skip to main content
Community site session details

Community site session details

Session Id : PkJ8hZ1kjT1UcjBlOYugyt
Copilot Studio - General
Unanswered

Copilot Chatbot Adaptive card work flow

Like (0) ShareShare
ReportReport
Posted on 19 Feb 2024 18:23:39 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:
  • adelacruz010 Profile Picture
    21 on 20 Feb 2024 at 14:11:57
    Re: Copilot Chatbot Adaptive card work flow

    @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 20 Feb 2024 at 02:50:33
    Re: Copilot Chatbot Adaptive card work flow

    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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 169 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 150

#3
sandeep_angara Profile Picture

sandeep_angara 75 Super User 2025 Season 2

Loading complete