Hi All,
I am trying to create a validation in my Powerapps that says true if all required fields are filled and says false if not all fields are saved (like in a save option).
When all required fields are filled my text field will be automatically set to true, which gives should forward to "If yes" and send an email to the approver of the ticket. like bellow
If I run a test with a item that's on True
The condition should process as true and lead to "If yes"but it doesn't..
Can anyone help me on this? somehow it looks like Flow isn't picking up the value from a text field.
Thanks!
Ramon
Solved! Go to Solution.
Hello @Ramonnooijen
Your text value of "true" is not the same as the expression "true", so it will alway be false!
This is how your condition should be (2nd in screenshot)
Try this and tell us if it works for you 🙂
Kind regards, John
Anyone? 🙈
Hello @Ramonnooijen
Is your Validation column a text column (Single line of text)?
If yes, then the value you need to test for in the condition is "true" not the expression true!
If no, what is the definition of the column?
Kind regards, John
Hi @JohnAageAnderse,
My Validation column is indeed a Single line of text.
In my powerapps I've created a formula that if all required fields are filled in this field will have a default setting: true and if not all fields are filled in the default setting will be false.
So if when an item is created in my SharePoint list the validation field is always filled with true or false, but somehow my flow doesn't recognize the text.value it always set to false.
Kind Regards,
Ramon
Hello @Ramonnooijen
Your text value of "true" is not the same as the expression "true", so it will alway be false!
This is how your condition should be (2nd in screenshot)
Try this and tell us if it works for you 🙂
Kind regards, John
Hi @JohnAageAnderse,
Thanks a lot! I've tried that before, but somehow it didn't work.
Right now I tested again and it works 🙂 feel stupid that I couldn't make it work last time.
Thanks!
Ramon
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
32 | |
15 | |
15 | |
9 | |
8 |
User | Count |
---|---|
35 | |
24 | |
17 | |
7 | |
7 |