Appsheet Episode 80: Understanding the new INPUT syntax update in Appsheet

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ค. 2024
  • Join me as I dive into the new and improved INPUT function by AppSheet, now in General Availability! In this hands-on tutorial, I'll show you how to use the updated syntax, [_INPUT].[user_input_urgency], to create dynamic and user-responsive workflows in your AppSheet applications. Follow along as I guide you through real-world scenarios where real-time user input is essential. From streamlining project management to optimizing inventory control, learn how this powerful feature can transform your apps. If you're ready to take your AppSheet skills to the next level and build more interactive, efficient applications, this tutorial is for you!
    Join this channel to get access to perks:
    / @aris_azhar

ความคิดเห็น • 20

  • @andreluizrenda
    @andreluizrenda 5 หลายเดือนก่อน +1

    Another valuable video, your videos teach me a lot!
    Hugs from Brazil!

    • @aris_azhar
      @aris_azhar  5 หลายเดือนก่อน

      Glad you like them! Hugging back as well!

  • @AlberichRheinmann
    @AlberichRheinmann 5 หลายเดือนก่อน +2

    Many thanks for this video grandmaster Aris. a very nice feature. i don't know immediatly where to use it in my app, but ... i will seriously find a nice place for a very useful feature.

    • @aris_azhar
      @aris_azhar  5 หลายเดือนก่อน

      You're welcome 😊 Sir, i hope you do well in your journey! I am here if needed.

  • @noranoranha8411
    @noranoranha8411 5 หลายเดือนก่อน +1

    thank you for this valuable lesson🥰

    • @aris_azhar
      @aris_azhar  5 หลายเดือนก่อน +1

      You are always welcome Nora! The pleasure is all mine

  • @AnotherTechTips
    @AnotherTechTips 4 หลายเดือนก่อน +1

    Nice, thanks for sharing.

    • @aris_azhar
      @aris_azhar  4 หลายเดือนก่อน

      Thanks for watching!

  • @MalikMalik-zl4dh
    @MalikMalik-zl4dh 3 หลายเดือนก่อน

    @Aris Azhar I am unable to get dropdown. I have setup all the tables as you have shown in the video

  • @leonrdomtheus
    @leonrdomtheus 3 หลายเดือนก่อน +1

    @leonrdomtheus
    há 0 segundo
    Can I use it to add a new row to another table?
    I want to do something like this:
    ```
    ANY(
    SELECT(
    deliveries[id],
    [protocol]=[_INPUT].[delivery_protocol]
    )
    )
    ```
    If it is not usable inside of formulas, I could simply create a `protocol` column and do the rest using formulas, but the point is: I need it to add new rows to another table, not to set values of columns in this row.

  • @bohdanstyslo
    @bohdanstyslo 5 หลายเดือนก่อน +1

    Thanks for the video!
    And I have it written that something broke down there and returned to the previous, experimental "input"(with two parameters).

    • @aris_azhar
      @aris_azhar  5 หลายเดือนก่อน

      awwww man! that's sad to hear. Mind sharing me the info so that i can see what went wrong?

  • @engmahmoud2709
    @engmahmoud2709 5 หลายเดือนก่อน

    Many thanks for you, I want to ask you is possible to upload multiple photos one time instead of a single photo?

  • @arpa1520
    @arpa1520 2 หลายเดือนก่อน

    Good, and how work the type list, for example I have a column ref type, that complete the second one, that is a drawing type with initial value [selectdrawing].[image], work good in a form, I don't know how so it, do you know?

  • @user-vt8hy8st4x
    @user-vt8hy8st4x 5 หลายเดือนก่อน

    Your videos are very clear and easy to understand, I have a question if you could help me.
    I built a table of classes, when I enter a certain class I have all the students below using Reference, I added an attendance Action that adds a row in another table of the student's name, date and time, I want it to take the class number from the main table and also add it to the attendance table, is there a way Do it?
    Hope I was clear

  • @koolkiwikat
    @koolkiwikat 4 หลายเดือนก่อน +1

    how can I set a default value from a previous input choosen via a form? basically Im wanting to create a basic stock count system

    • @aris_azhar
      @aris_azhar  4 หลายเดือนก่อน +1

      Hello, mind sharing some details to this? It seems possible

  • @djdaini
    @djdaini 3 หลายเดือนก่อน

    hi mr ariz
    how to carry out checks on inputs for example: a user who tries to sell a quantity of products which exceeds the quality of this product in stock

  • @udulajayalath4360
    @udulajayalath4360 5 หลายเดือนก่อน

    HI Aris,
    Is there a way to combine two tables of data into one table view?

  • @danielpaes6457
    @danielpaes6457 5 หลายเดือนก่อน

    how to work with price inputs. i'm with problem to deal with cents, because with type in the input, have a lot of configuration, but nothing solves when the user fill the input with numbers and ",00" still there and never be fill or the numbers go to the right to fill that decimals. Can help me?