Splunk gives validation warnings that unknown node submit not allowed here. Is there's any fixes for this <form version="1.1" theme="dark"> <!-- Fieldset for dropdown input --> <fieldset submitButton="true" autoRun="true"> <input type="dropdown" token="A_or_B" searchWhenChanged="false"> <label>Select A or B</label> <default>A</default> <choice value="A">A</choice> <choice value="B">B</choice> </input> </fieldset> <!-- Submit block, should be placed directly inside form --> <submit> <condition match="$A_or_B$ == "A""> <set token="tokenX">1</set> <set token="tokenY">2</set> </condition> <condition match="$A_or_B$ == "B""> <set token="tokenX">3</set> <set token="tokenY">4</set> </condition> </submit> Microsoft 365 App for Splunk
... View more