Share inputted data with customer

How can I share my inputted data with customer.


When i click conifrm order button, I want all the inputted data should be shared with contact number text box. How can I achieve this.??
My data is stored in airtable.

You can use the Send Text Message block:

For the message, use a combination of Join and Newline blocks from the Text drawer.

It’s important to note that the user will have to actually send the text message. You can’t automate that with Thunkable blocks.

I tried but while testing it’s not going. I don’t know why.

Me neither! You’d have to provide more details.

  1. Were you able to get your phone to create a text message?
  2. Did you press send?
  3. Does your phone show the message as sent? Is there an error message/symbol?
  4. Share a screenshot of your blocks (hide your phone number, of course).

https://x.thunkable.com/copy/4da29c5a379bf5437cb91f5b1b4353f0

Project links are helpful but… what were the answers to my questions?

It was done. Thank You so much for your help. :grinning_face_with_smiling_eyes:

It’s working now? :grin:

Yes! We need to do it via functions. I have placed the sharing block directly into button click event. I created a function…and tad-da…it worked. :slight_smile:

That’s great! You can mark this topic as solved to let people know you figured it out.

I marked. I think I clicked two times.
Thank you once again.