Wie kann ich mehrere Textfelder auslesen um mit den Daten weiter zu arbeiten

Hallo,
ich möchte eine Liste von Textfelder auslesen um mit den Inhalten weiter zu arbeiten.

Mein Ansatz funktioniert nicht.

Die Benachrichtigung bleibt leer

Danke
Werner

  1. Try the AltNotifier extension which allows for placing text in the text dialog for editing

  2. Your blocks will generate 4 notifications, or just the last one. You need to change your blocks so that only one notification for one of your list items is displayed at a time.

Der Notifier ist nur zum testen, eigentlich möchte ich mit jedem Textfeld eine SQL Abfrage starten
Bei mir kommen 4 leere Notifier

Bitte poste die Blöcke das nächste mal in Englisch, da es selbst mir als Muttersprachlerin schwer fällt, diese nachzuvollziehen. :wink:

(Please post the blocks in English next time, as even I, as a native speaker, find it difficult to understand them.)

This works for me

image

then after clicking OK

Hallo wieder,

mein neues Problem:
Kann man Textfelder (ca 70 Stück) nach bestimmten Text durchsuchen und
wenn vorhanden das Textfeld rot einfärben?

Ich danke für euere Hilfe
Werner

image

Hey,
what am I doing wrong? The goal is to check the two text fields. If no text has been entered, the user will not be redirected to the next screen.

Many thanks for your help!

Greetings Heiko

Do not compare a text value to True.

Use the Is Empty block.

Thank you for your help.. :v:

Hello, here's an update, that's how it worked...