Then the text input default property value set to blank. Add one button control from Insert -> Button. Set the text property of button control to Reset(Optional).On the Button “Onselect” property write: Reset(TextInput1) In the text box, I have entered some value. And click on the ...
> If you want to use PowerApps Studio instead, open the **File** menu, and then click or tap **Connections**, [powerapps.com](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) opens so that you can create and manage connections there. >...
Insert a new “NewTweetTextBox” TextBox Set the Reset property of the NewTextBox to resetNewTweet Add a Button to post the tweet Set the OnSelect of the button to If (Connection.Connected, Twitter.Tweet("", {tweetText: NewTweetTextBox.Text}), Collect(LocalTweetsToPost, {tweetText: N...
Insert a new “NewTweetTextBox” TextBox Set the Reset property of the NewTextBox to resetNewTweet Add a Button to post the tweet Set the OnSelect of the button to If (Connection.Connected, Twitter.Tweet("", {tweetText: NewTweetTextBox.Text}), Collect(LocalTweetsToPost, {tweetText: N...
When someone has a reply to add to the discussion with their name and timestamp they click on post reply button which takes them to a different screen to feel the reply box which gets posted in discussion field and changes another dropdown to further questio...
When someone has a reply to add to the discussion with their name and timestamp they click on post reply button which takes them to a different screen to feel the reply box which gets posted in discussion field and changes another dropdown to further questio...