Create a Customized Drop Down List Based on User Input AppSheet

Поделиться
HTML-код
  • Опубликовано: 29 авг 2024
  • Create a Customized Drop Down List Based on User Input
    More Tutorials Below
    Generate PDF Using Google Form in Appsheet and Send Email
    • Google Forms To PDF Ap...
    Generate Qr Code
    • How To Generate QR Cod...
    Calculate Age based on Date of Birth
    • How To Calculate Age U...
    Delete Rows of Another AppSheet App
    • How To Delete a Row Da...
    Add and Update Another AppSheet App
    • Add and Update Data in...
    Multiple Items POS System with Inventory Management
    • How To Create Your Own...
    Recover Deleted Row Data
    • AppSheet Copy Data Fro...
    How to Send Whatsapp Messages
    • How To Send Whatsapp M...
    Generate Customize Report and Download in PDF
    • How To Generate a Cust...
    Create Your Own Inventory Management from Scratch using AppSheet
    • How To Make an Invento...
    Appsheet Edit a Table Using Another Table
    • How To Modify a Data T...
    Create your own payroll payslip in Appsheet
    • How To Create a Payrol...
    Create your own TAX Invoice App Printable Using Appsheet and Google sheet
    • How To Create a TAX In...
    Create Your Own POS Restaurant System
    • How to make your own P...
    How to Autofill Columns in AppSheet
    • How To Auto Fill Data ...
    Create a Dynamic Dashboard
    • Appsheet Dashboard View
    #appsheet #QRCode #GoogleSheet #whatsappapi #AppSheetapi #webhook

Комментарии • 37

  • @ilkyulee1071
    @ilkyulee1071 6 месяцев назад

    I have spent one week to solve this problem and finally did it all thanks to you, Thank you very very much

  • @miso-ge1gz
    @miso-ge1gz Год назад +1

    Thanks alot! Finally found out how to do this, these nocode environment are a nightmare

  • @krislukm
    @krislukm 6 месяцев назад

    wow you're helping me to upgrade my project. thanks Joe!

  • @hegekrisz4787
    @hegekrisz4787 5 месяцев назад +1

    Thank you very much Joe, that was very helpful !

  • @s2_p_2524
    @s2_p_2524 Год назад +2

    Thanks again Joe ... informative . Love ur channel 🙂👍🏼👏🏼

  • @INFORMACIONESILLCPLAST
    @INFORMACIONESILLCPLAST 20 дней назад

    You are Amazing!!!!! Thank you!!

  • @ammargasim4111
    @ammargasim4111 Год назад +1

    Thank you so much, this video is so useful

  • @marcofrencia7760
    @marcofrencia7760 5 месяцев назад +1

    Hey Joe, se puede crear una lista de marcas alfabéticamente en una sola fila? Ejemplo desde Apple hasta Xiaomi y que el campo Brand detecte esa lista?
    Saludos gracias!

  • @mangdolah
    @mangdolah Год назад +1

    Thanks Joe, my problem solved

  • @digitalhubqreativestudio8846
    @digitalhubqreativestudio8846 Год назад +1

    You deserve a 100k Subscribers brother.. Are you from philippines?

  • @lulumjannah5920
    @lulumjannah5920 11 месяцев назад

    hallo, i’ve watched your channel and its help me a lot, tks 😊
    but i wanna ask you why there are missing items when i exactly do like your tutorials?

  • @francovanvuuren
    @francovanvuuren 15 дней назад

    Good day. Is it possible to get the app so that I can learn more from it? I would love to see the code.

  • @MrKundu04
    @MrKundu04 Месяц назад

    i need your help to correlate the last stock of the provious day equal to opening stock for next day morning
    Reply

  • @TheGodofGSXR
    @TheGodofGSXR 8 месяцев назад

    Do you have any videos or info on how to create layers of branch logic ( kind of like a preset dialogue flow) but in app sheet with similar data as shown? Thanks for these

  • @traderabenssoadocristianod4639

    Hello how are you? My name is Cristiano and I'm from Brazil. Through your channel, I managed to carry out some projects, thank you. I'm having a hard time. I am not able to bring the value of the product. In the worksheet I have: sector, product and value. When selecting a product from a certain sector, I want the value to appear.

  • @joncini
    @joncini Год назад

    Joe, your videos are excellent, I wish you the best and blessings for what you do, it shows that it's your thing. I have a concern that perhaps you can present in your videos, I have a form for example in an APP to control personal expenses, when filling out my form I would like it to be dynamic, as little typing as possible, I have INCOME AND EXPENDITURE, these I would like that at the moment of clicking on your images, you fill in this field in the form once, then have the TYPE OF PAYMENT, in the same way in galleries, and that at the moment of clicking you fill in that space on the form, as well with the fields that I could choose quickly, and then if the description and value entered, I hope I make myself understand... thank you and I appreciate your comments

    • @JoeTayactac
      @JoeTayactac  Год назад

      Hi,
      Its achievable using action and triggers it on a deck view in UX. You need to activate autosave too

  • @PawanKumar-nh3pi
    @PawanKumar-nh3pi Год назад

    I want to filter options in data valid if by using user input which does not feed real column by a virtual input column. But appsheet does not allow virtual input helper columns how to achieve this

    • @JoeTayactac
      @JoeTayactac  Год назад

      Hi, I dont think thats possible virtual columns are not editable

  • @raphaelsmg
    @raphaelsmg Год назад +1

    Hello, I'm having trouble finding a formula to bring the value of the most recent order status from table 2 to the status of table 1. Can you teach or explain how to do this? Thanks
    Table 1 Order Record
    [Order ID]
    [Order Status] (most recent)
    Table 2 Order Status
    [Request Date]
    [Order ID]
    [Order status]

    • @JoeTayactac
      @JoeTayactac  Год назад

      Hi,
      Can you explain each table function?

    • @raphaelsmg
      @raphaelsmg Год назад

      Hi @@JoeTayactac , I'm trying to develop a specific app for work order.
      Table 1 (Parent) is for order registration with order number, customer information and total order amount.
      Table 2 (child) is the status of the order which in the status field will have the options of new order, ready for pick up, canceled or delivered.
      The [Order Status] field from table 1 is for pulling the latest status from table 2.
      Table 1 Order Record
      [Order ID] (automatic unique number)
      [Order Status] (most recent from table 2)
      Table 2 Order Status
      [Order Date] (date of day)
      [Order ID] (automatic unique number from tabela 1)
      [Order Status] (list of new order, ready for pickup, canceled or delivered options.
      Thanks for helping.

    • @raphaelsmg
      @raphaelsmg Год назад

      @@JoeTayactac, there are lots of videos on RUclips on how to track progress with a status field. But there is no video on how to create a progress status history for tracking with an automated status

  • @user-wz1zz8ox9w
    @user-wz1zz8ox9w 9 месяцев назад

    HOW TO GET GET DYNAMIC LIST WHERE REF ROW CAN BE ADDED BY ISERTING CODE OR TEXT
    I.E ITEM,QUANITY,PRICE ECT...

  • @gervlabe6892
    @gervlabe6892 2 месяца назад

    I tried it on my appsheet but instead of getting a dropdown result, I got a list separated by commas. What am I doing wrong?

  • @Gumbod
    @Gumbod 4 месяца назад

    Vielen Dank !

  • @user-fb4wd3ue2s
    @user-fb4wd3ue2s 11 месяцев назад

    got this error message in sept 2023 with this method "appsheet Unable to add row to table 'Order'. → Value 'X' in field 'Day' cannot be converted to type 'Enum'.". Need help please, thanks.

  • @Cumicumist
    @Cumicumist 11 месяцев назад

    it can be sorted? coz i have a lot of product it has to sort alphabetically

  • @AppSheetVijay
    @AppSheetVijay Год назад

    Hi Joe, can there be any option that allows the user to enter manually if the same item is not available in the ref list?

    • @JoeTayactac
      @JoeTayactac  Год назад

      You can out the formula in suggestive values

  • @KloudKing-gz8mv
    @KloudKing-gz8mv Год назад

    HI JOE, CULD U PLS HELP ME TO GUIDE I CAN HAVE DATA IN DROP DOWN FROM MORE THAN 2 TABLES.MENS I HV SOME PRODUCTS IN PRODUCT RECEIVED TABLE AND SOME PRODUCTS IN PRODUCT STOCK TABLE AND I WANT TO SHOW ALL THE PRODUCTS IN A DROP DOWN.

    • @JoeTayactac
      @JoeTayactac  Год назад +2

      Hi,
      Will make a video for that

    • @KloudKing-gz8mv
      @KloudKing-gz8mv Год назад

      @@JoeTayactac thanks for reply.pls share asap

  • @mohdmohsin8111
    @mohdmohsin8111 Год назад

    Hi Joe Can I get this App Module for Training?

  • @advanceapplianceltd
    @advanceapplianceltd Год назад +1

    sir how can connect with you on facebook