79675874

Date: 2025-06-23 08:46:30
Score: 1.5
Natty:
Report link

You can achieve this with the help of below modifications.

  1. Change your TextInput control mode to Multiline Text.

  2. Add a Slider Control in the App

  3. Add the below code on OnChange Property of slider control.

    If(EndsWith(TextInput.Text,Char(10)),Select(SubmitBtn))
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sajeb Sayyad