<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Validate User Input with a Condition Block? in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503693#M5434</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;try to set the condition type to "Expression Evaluation" and use the expression: Match(Text(YourInputField), '^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$')&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 08:42:06 GMT</pubDate>
    <dc:creator>diegozecchini</dc:creator>
    <dc:date>2025-01-30T08:42:06Z</dc:date>
    <item>
      <title>How to Validate User Input with a Condition Block?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503599#M5426</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Good evening, everyone!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I'm using &lt;STRONG&gt;Qlik App Automation&lt;/STRONG&gt;, and I want to add a condition to check whether the user's input follows the format &lt;STRONG&gt;YYYY-MM-DD HH:MM&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;For this, I'm using the regex ^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$.&lt;/P&gt;
&lt;P&gt;How should I configure the condition block to properly validate this format?&lt;/P&gt;
&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 17:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503599#M5426</guid>
      <dc:creator>_amiiine_</dc:creator>
      <dc:date>2025-01-29T17:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Validate User Input with a Condition Block?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503668#M5432</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325438"&gt;@_amiiine_&lt;/a&gt;&amp;nbsp;Try below expression.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If(Match(Text(YourDateField), '^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$'),&lt;/P&gt;
&lt;P&gt;then execute your script&lt;/P&gt;
&lt;P&gt;else end.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 05:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503668#M5432</guid>
      <dc:creator>Bhushan_Mahajan</dc:creator>
      <dc:date>2025-01-30T05:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Validate User Input with a Condition Block?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503670#M5433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/325438"&gt;@_amiiine_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where are the users entering this input? Is this a variable in the front end of Qlik?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is a variable, I would just use a normal text object to test this and save the automation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards Jandre&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 06:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503670#M5433</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-01-30T06:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Validate User Input with a Condition Block?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503693#M5434</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;try to set the condition type to "Expression Evaluation" and use the expression: Match(Text(YourInputField), '^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$')&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 08:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2503693#M5434</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-01-30T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Validate User Input with a Condition Block?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2505130#M5470</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi Jandre,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The users enter the data in an &lt;STRONG&gt;Input Block&lt;/STRONG&gt; within the automation.&lt;/P&gt;
&lt;P&gt;Let me know if you need more details!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Amine&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 09:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2505130#M5470</guid>
      <dc:creator>_amiiine_</dc:creator>
      <dc:date>2025-02-10T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Validate User Input with a Condition Block?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2505184#M5472</link>
      <description>&lt;P&gt;Hi! &lt;BR /&gt;To validate user input in Qlik App Automation using a Condition Block, you can add a Condition Block in your automation and set condition type to "Expression Evaluation" in the condition settings.&lt;/P&gt;
&lt;P&gt;Use the following expression to match the required format:&lt;/P&gt;
&lt;P&gt;Match(Text(YourInputField), '^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$')&lt;BR /&gt;YourInputField should be replaced with the actual field where users enter data.&lt;/P&gt;
&lt;P&gt;finally in output paths&lt;/P&gt;
&lt;P&gt;If the condition matches, proceed with the next step in the automation.&lt;BR /&gt;If it doesn’t match, handle errors (e.g., sending an alert or stopping execution).&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 13:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-Validate-User-Input-with-a-Condition-Block/m-p/2505184#M5472</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2025-02-10T13:30:38Z</dc:date>
    </item>
  </channel>
</rss>

