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.

1 Like

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.

2 Likes

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

1 Like

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).
2 Likes

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

1 Like

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

1 Like

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

1 Like

It’s working now? :grin:

1 Like

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:

2 Likes

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

1 Like

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

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.