{"id":48106,"date":"2024-07-24T11:15:40","date_gmt":"2024-07-24T09:15:40","guid":{"rendered":"https:\/\/community.simplifier.io\/doc\/zustand\/"},"modified":"2025-12-11T11:17:41","modified_gmt":"2025-12-11T09:17:41","slug":"zustand","status":"publish","type":"manual_documentation","link":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/","title":{"rendered":"Bedingung"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row row_content_display=&#8221;in_grid&#8221; row_content_display_align=&#8221;left&#8221; row_type=&#8221;row&#8221; stretch_row_type=&#8221;yes&#8221;][vc_column width=&#8221;2\/3&#8243;][vc_column_text]<\/p>\n<h2 id=\"WidgetGroups-WhatareWidgetGroups?\">Was ist eine Bedingung?<\/h2>\n<p>Bedingungen erm\u00f6glichen es Ihnen, den Prozessablauf in Abh\u00e4ngigkeit von der Auswertung bestimmter Ausdr\u00fccke zu definieren.<\/p>\n<p>In einem solchen Ausdruck k\u00f6nnen Sie automatische Felder, Variablen, den aktuellen Wert eines <a href=\"https:\/\/community.simplifier.io\/doc\/current-release\/extend\/create-openui5-widget\/widget-customizer\/\">Widgets<\/a> oder eine gegebene Konstante miteinander vergleichen und das Ergebnis verwenden, um zu entscheiden, ob der Prozess in die eine oder andere Richtung fortgesetzt wird.<\/p>\n<p>Alternativ k\u00f6nnen Sie entscheiden, den Prozess nur dann fortzusetzen, wenn eine Bedingung wahr ist, und auf die Alternative verzichten, wodurch der Prozess an diesem Punkt gestoppt wird.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;48107&#8243; img_size=&#8221;large&#8221; alignment=&#8221;center&#8221;][\/vc_column][\/vc_row][vc_row row_content_display=&#8221;in_grid&#8221; row_content_display_align=&#8221;left&#8221; row_type=&#8221;row&#8221; stretch_row_type=&#8221;yes&#8221;][vc_column][vc_column_text]<\/p>\n<h2>Eine Bedingung hinzuf\u00fcgen<\/h2>\n<p>Ein Doppelklick auf die Form f\u00fcgt eine neue Bedingung hinzu. Alternativ k\u00f6nnen Sie auf das Pluszeichen auf der rechten Seite klicken. <\/p>\n<p>Standardm\u00e4\u00dfig wird eine UND-Bedingung erstellt.[\/vc_column_text][vc_single_image image=&#8221;48108&#8243; img_size=&#8221;large&#8221; alignment=&#8221;center&#8221; style=&#8221;vc_box_shadow&#8221; onclick=&#8221;link_image&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_column_text]Verwenden Sie den Schalter, um zwischen UND- und ODER-Bedingungen (nicht XOR) umzuschalten.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;48109&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][vc_single_image image=&#8221;48110&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]<\/p>\n<h2>Operatoren<\/h2>\n<p>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text]W\u00e4hlen Sie den Operator der Bedingung aus dem Dropdown-Men\u00fc aus.[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;48111&#8243; img_size=&#8221;medium&#8221; alignment=&#8221;center&#8221;][\/vc_column_inner][\/vc_row_inner][vc_column_text]<\/p>\n<div>\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\n<tbody>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">==<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">value1 ist gleich value2 (keine \u00dcberpr\u00fcfung des Datentyps, nur des Wertes)<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">!=<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">value1 ist nicht gleich value2<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">&lt;<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">value1 ist kleiner als value2<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">&gt;<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">value1 ist gr\u00f6\u00dfer als value2<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">&lt;=<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">value1 ist kleiner oder gleich value2<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">&gt;=<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">value1 ist gr\u00f6\u00dfer oder gleich value2<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">isSet<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">Variable hat einen Wert<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 22.6613%; height: 24px;\">isNotSet<\/td>\n<td style=\"width: 77.3387%; height: 24px;\">Variable hat keinen Wert<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Dieser Artikel beschreibt die Verwendung einer mit UND oder ODER konfigurierten Bedingung, nicht XOR. Sie k\u00f6nnen das visuelle Artefakt verwenden, um Wenn-Dann-Sonst- oder WENN-DANN-Funktionen darzustellen, um die Anwendungslogik zu entscheiden und zu \u00e4ndern.  <\/p>\n","protected":false},"author":3005,"featured_media":48107,"parent":49967,"menu_order":0,"template":"","format":"standard","class_list":["post-48106","manual_documentation","type-manual_documentation","status-publish","format-standard","has-post-thumbnail","hentry","manualdocumentationcategory-aktueller-release"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bedingung - Simplifier Makers Club<\/title>\n<meta name=\"description\" content=\"Dieser Artikel beschreibt die Verwendung einer mit UND oder ODER konfigurierten Bedingung, nicht XOR. Sie k\u00f6nnen das visuelle Artefakt verwenden, um Wenn-Dann-Sonst- oder WENN-DANN-Funktionen darzustellen, um die Anwendungslogik zu entscheiden und zu \u00e4ndern.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/community.simplifier.io\/de\/doc\/zustand\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bedingung - Simplifier Makers Club\" \/>\n<meta property=\"og:description\" content=\"Dieser Artikel beschreibt die Verwendung einer mit UND oder ODER konfigurierten Bedingung, nicht XOR. Sie k\u00f6nnen das visuelle Artefakt verwenden, um Wenn-Dann-Sonst- oder WENN-DANN-Funktionen darzustellen, um die Anwendungslogik zu entscheiden und zu \u00e4ndern.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/community.simplifier.io\/de\/doc\/zustand\/\" \/>\n<meta property=\"og:site_name\" content=\"Simplifier Makers Club\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/simplifier.io\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-11T09:17:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/community.simplifier.io\/wp-content\/uploads\/2023\/12\/condition_shape_80.png\" \/>\n\t<meta property=\"og:image:width\" content=\"278\" \/>\n\t<meta property=\"og:image:height\" content=\"157\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@simplifier_io\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/\"},\"author\":{\"name\":\"Christian Kleinschroth\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#\\\/schema\\\/person\\\/f8c8f6d71ca92598e95bd53c9a6e0fc6\"},\"headline\":\"Bedingung\",\"datePublished\":\"2024-07-24T09:15:40+00:00\",\"dateModified\":\"2025-12-11T09:17:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/\"},\"wordCount\":409,\"publisher\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/condition_shape_80.png\",\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/\",\"url\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/\",\"name\":\"Bedingung - Simplifier Makers Club\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/condition_shape_80.png\",\"datePublished\":\"2024-07-24T09:15:40+00:00\",\"dateModified\":\"2025-12-11T09:17:41+00:00\",\"description\":\"Dieser Artikel beschreibt die Verwendung einer mit UND oder ODER konfigurierten Bedingung, nicht XOR. Sie k\u00f6nnen das visuelle Artefakt verwenden, um Wenn-Dann-Sonst- oder WENN-DANN-Funktionen darzustellen, um die Anwendungslogik zu entscheiden und zu \u00e4ndern.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/#primaryimage\",\"url\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/condition_shape_80.png\",\"contentUrl\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/condition_shape_80.png\",\"width\":278,\"height\":157},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/zustand\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"App Builder Anleitung\",\"item\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/app-builder-leitfaden\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Erstellen\",\"item\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/app-builder-leitfaden\\\/bauen\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Anwendungslogik hinzuf\u00fcgen\",\"item\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/hinzufuegen-von-anwendungslogik\\\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Logik\",\"item\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/doc\\\/hinzufuegen-von-anwendungslogik\\\/logik\\\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"Bedingung\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/\",\"name\":\"Simplifier Makers Club\",\"description\":\"Where Ideas become Digital Reality - Simplifier Documentation, Knowledgebase, Forum, Courses and Marketplace\",\"publisher\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#organization\",\"name\":\"Simplifier AG\",\"url\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/simplifier-logo.png\",\"contentUrl\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/simplifier-logo.png\",\"width\":651,\"height\":150,\"caption\":\"Simplifier AG\"},\"image\":{\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/simplifier.io\\\/\",\"https:\\\/\\\/x.com\\\/simplifier_io\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/simplifier-ag\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/Simplifier\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/de\\\/#\\\/schema\\\/person\\\/f8c8f6d71ca92598e95bd53c9a6e0fc6\",\"name\":\"Christian Kleinschroth\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/avatars\\\/3005\\\/1713534997-bpfull.png\",\"url\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/avatars\\\/3005\\\/1713534997-bpfull.png\",\"contentUrl\":\"https:\\\/\\\/community.simplifier.io\\\/wp-content\\\/uploads\\\/avatars\\\/3005\\\/1713534997-bpfull.png\",\"caption\":\"Christian Kleinschroth\"},\"description\":\"Hi, I\u2019m Christian, CTO and Co-Founder of Simplifier. My passion lies in driving technological innovation to empower businesses with our low-code platform. I lead our technical teams to ensure that our solutions are cutting-edge, secure, and scalable, meeting the highest standards of quality and performance. At Simplifier, we are committed to transforming the way you develop applications, making it faster and more efficient to achieve your goals.\",\"sameAs\":[\"https:\\\/\\\/de.linkedin.com\\\/in\\\/christian-kleinschroth-a491a06b\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bedingung - Simplifier Makers Club","description":"Dieser Artikel beschreibt die Verwendung einer mit UND oder ODER konfigurierten Bedingung, nicht XOR. Sie k\u00f6nnen das visuelle Artefakt verwenden, um Wenn-Dann-Sonst- oder WENN-DANN-Funktionen darzustellen, um die Anwendungslogik zu entscheiden und zu \u00e4ndern.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/","og_locale":"de_DE","og_type":"article","og_title":"Bedingung - Simplifier Makers Club","og_description":"Dieser Artikel beschreibt die Verwendung einer mit UND oder ODER konfigurierten Bedingung, nicht XOR. Sie k\u00f6nnen das visuelle Artefakt verwenden, um Wenn-Dann-Sonst- oder WENN-DANN-Funktionen darzustellen, um die Anwendungslogik zu entscheiden und zu \u00e4ndern.","og_url":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/","og_site_name":"Simplifier Makers Club","article_publisher":"https:\/\/www.facebook.com\/simplifier.io\/","article_modified_time":"2025-12-11T09:17:41+00:00","og_image":[{"width":278,"height":157,"url":"https:\/\/community.simplifier.io\/wp-content\/uploads\/2023\/12\/condition_shape_80.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@simplifier_io","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/#article","isPartOf":{"@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/"},"author":{"name":"Christian Kleinschroth","@id":"https:\/\/community.simplifier.io\/de\/#\/schema\/person\/f8c8f6d71ca92598e95bd53c9a6e0fc6"},"headline":"Bedingung","datePublished":"2024-07-24T09:15:40+00:00","dateModified":"2025-12-11T09:17:41+00:00","mainEntityOfPage":{"@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/"},"wordCount":409,"publisher":{"@id":"https:\/\/community.simplifier.io\/de\/#organization"},"image":{"@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/#primaryimage"},"thumbnailUrl":"https:\/\/community.simplifier.io\/wp-content\/uploads\/2023\/12\/condition_shape_80.png","inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/","url":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/","name":"Bedingung - Simplifier Makers Club","isPartOf":{"@id":"https:\/\/community.simplifier.io\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/#primaryimage"},"image":{"@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/#primaryimage"},"thumbnailUrl":"https:\/\/community.simplifier.io\/wp-content\/uploads\/2023\/12\/condition_shape_80.png","datePublished":"2024-07-24T09:15:40+00:00","dateModified":"2025-12-11T09:17:41+00:00","description":"Dieser Artikel beschreibt die Verwendung einer mit UND oder ODER konfigurierten Bedingung, nicht XOR. Sie k\u00f6nnen das visuelle Artefakt verwenden, um Wenn-Dann-Sonst- oder WENN-DANN-Funktionen darzustellen, um die Anwendungslogik zu entscheiden und zu \u00e4ndern.","breadcrumb":{"@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/community.simplifier.io\/de\/doc\/zustand\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/#primaryimage","url":"https:\/\/community.simplifier.io\/wp-content\/uploads\/2023\/12\/condition_shape_80.png","contentUrl":"https:\/\/community.simplifier.io\/wp-content\/uploads\/2023\/12\/condition_shape_80.png","width":278,"height":157},{"@type":"BreadcrumbList","@id":"https:\/\/community.simplifier.io\/de\/doc\/zustand\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/community.simplifier.io\/de\/"},{"@type":"ListItem","position":2,"name":"App Builder Anleitung","item":"https:\/\/community.simplifier.io\/de\/doc\/app-builder-leitfaden\/"},{"@type":"ListItem","position":3,"name":"Erstellen","item":"https:\/\/community.simplifier.io\/de\/doc\/app-builder-leitfaden\/bauen\/"},{"@type":"ListItem","position":4,"name":"Anwendungslogik hinzuf\u00fcgen","item":"https:\/\/community.simplifier.io\/de\/doc\/hinzufuegen-von-anwendungslogik\/"},{"@type":"ListItem","position":5,"name":"Logik","item":"https:\/\/community.simplifier.io\/de\/doc\/hinzufuegen-von-anwendungslogik\/logik\/"},{"@type":"ListItem","position":6,"name":"Bedingung"}]},{"@type":"WebSite","@id":"https:\/\/community.simplifier.io\/de\/#website","url":"https:\/\/community.simplifier.io\/de\/","name":"Simplifier Makers Club","description":"Where Ideas become Digital Reality - Simplifier Documentation, Knowledgebase, Forum, Courses and Marketplace","publisher":{"@id":"https:\/\/community.simplifier.io\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/community.simplifier.io\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/community.simplifier.io\/de\/#organization","name":"Simplifier AG","url":"https:\/\/community.simplifier.io\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/community.simplifier.io\/de\/#\/schema\/logo\/image\/","url":"https:\/\/community.simplifier.io\/wp-content\/uploads\/2024\/09\/simplifier-logo.png","contentUrl":"https:\/\/community.simplifier.io\/wp-content\/uploads\/2024\/09\/simplifier-logo.png","width":651,"height":150,"caption":"Simplifier AG"},"image":{"@id":"https:\/\/community.simplifier.io\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/simplifier.io\/","https:\/\/x.com\/simplifier_io","https:\/\/www.linkedin.com\/company\/simplifier-ag\/","https:\/\/www.youtube.com\/c\/Simplifier\/"]},{"@type":"Person","@id":"https:\/\/community.simplifier.io\/de\/#\/schema\/person\/f8c8f6d71ca92598e95bd53c9a6e0fc6","name":"Christian Kleinschroth","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/community.simplifier.io\/wp-content\/uploads\/avatars\/3005\/1713534997-bpfull.png","url":"https:\/\/community.simplifier.io\/wp-content\/uploads\/avatars\/3005\/1713534997-bpfull.png","contentUrl":"https:\/\/community.simplifier.io\/wp-content\/uploads\/avatars\/3005\/1713534997-bpfull.png","caption":"Christian Kleinschroth"},"description":"Hi, I\u2019m Christian, CTO and Co-Founder of Simplifier. My passion lies in driving technological innovation to empower businesses with our low-code platform. I lead our technical teams to ensure that our solutions are cutting-edge, secure, and scalable, meeting the highest standards of quality and performance. At Simplifier, we are committed to transforming the way you develop applications, making it faster and more efficient to achieve your goals.","sameAs":["https:\/\/de.linkedin.com\/in\/christian-kleinschroth-a491a06b"]}]}},"_links":{"self":[{"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/docs\/48106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/types\/manual_documentation"}],"author":[{"embeddable":true,"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/users\/3005"}],"version-history":[{"count":5,"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/docs\/48106\/revisions"}],"predecessor-version":[{"id":72682,"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/docs\/48106\/revisions\/72682"}],"up":[{"embeddable":true,"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/docs\/49967"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/media\/48107"}],"wp:attachment":[{"href":"https:\/\/community.simplifier.io\/de\/wp-json\/wp\/v2\/media?parent=48106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}