Hi All
Struggling here so need a hand. So, got a Sharepoint list that has a dropdown column for selection eg poster, photograph, banner etc
I have some columns in form I only want top show based on certain selections eg if they select poster, it shows the poster size.
Anyway, using the visability option in powerapps, and set the visability on the poser size box to:
If(Value(DataCardValue1)='Poster',true)
I get an error. Trying different formats but no go so above could be wrong. Problem I am facing is that the dropdown selection is in the list. and never used that way before with a dropdown but need to in this scenario.
Any help appreciated.