Hi All,
I’m trying to build the app to take user inputs and filters from UI, which is not working for me is can anyone share me how can I take multiple inputs values from UI and data filters.
thanks in advance
niranjan
Hi @NiranjanK1
I'm attaching workflow (App) with ready solution for two criteria. Let me explain how it works:
The first top GREEN container contains "Radio button" responsible for CRITERIA 1 selection , 5 nested "Text boxes" and "Condition" tool that will enable only Green container with workflow (and execute when running as app).
So, using "Radio button" and "Condition" tool will enable/disable containers. How it works? Only one Radio button can be selected at the same time, in example if you select Criteria 1 (Green) , Criteria 2 (BLUE) will be deselected (value FALSE) and this value through Condition tool will Disable Blue container with different workflow logic.
Replicating (copy and past) you cand design many containers but only one will be always active in the APP (in workflow when you run it you have to manually disable enable for testing).
It that solution works, please tag this message as SOLVED.
Thanks,
Sebastian
If you want to enter values by user as a free text you can use "Text Box" with Multiline option (or not, then you have to split values with coma or other delimiter)
In attached example I am using Multiline option to provide as many values as I need and "Filter" data unis Join (it can be design in different way with filter tool as well).
I hope that this is what you expected
However if you need to provide data (by user) from a file then you should use "File Brows" tool or "Folder Brows" tool to take all files from a specific location (Dynamic input).
Thank,
@Sebastian_Chaieb2 @Thanks a lot for the details, actually I need to update two columns with 5 rows of detail, so that my workflow will take the details from users, currently I’m using excel they want to take the details from UI, kindly help me is there a way shall update details in one time, thanks in advance
Take a look into my solution, All interface tools (radio button, Text boxes, conditions and actions) are it top containers and this containers are always enabled (I put them to container and colored to visualize which text boxes and selections impacting on which part of workflow). So if there are any values it is fine, as it will goes to lower containers to Standard tools and those below containers should be enabled\disabled depending on selection made.
Check that in lower containers you will not find any Interface tools.
kindly help me to understand why i got this error what is the use of Condition tool --> Radio Button will give you two values only, TRUE when is selected and 'FALSE' when is deselected. Condition tool is expecting those two values (or statement that will give you TRUE or FALSE). Than you have two anchors out from Condition T and F. Simply here you can decide what to do when Radio button is selected (VALUE = TRUE). In our case T is connected with Action and Action with Container below saying Enable container. Second anchor from Condition F is connected with second Action and this second action with the same container but this time Action is set up to "Disable".
In simple words, selecting radio button means disable or enable container
Hope that explanation is clear and sufficient
Best regards,