Solved! Go to Solution.
You need to write a formula in the visible property of the datacard 'Open Position Name of Employee' to set it to true or false based on the selection in 'Type of Recruitment'
If(DataCardValue11.Selected.Value="Open Position",true,false)
Thanks
Vivek / That API Guy
Vivek Bavishi aka That API Guy
PowerApps and Flow MVP
Blog | Twitter | YouTube | Community Profile | GitHub
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You need to write a formula in the visible property of the datacard 'Open Position Name of Employee' to set it to true or false based on the selection in 'Type of Recruitment'
If(DataCardValue11.Selected.Value="Open Position",true,false)
Thanks
Vivek / That API Guy
Vivek Bavishi aka That API Guy
PowerApps and Flow MVP
Blog | Twitter | YouTube | Community Profile | GitHub
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks - that worked!
User | Count |
---|---|
254 | |
106 | |
92 | |
47 | |
37 |