I am making components in my powerapp, and I want to pass a icon pointer as an input parameter, but it seems to be a type of "enum". But there is no enum data type for components. How can I add it?
Solved! Go to Solution.
Figured it out, create a input of type string. Then on the icon property of the formula, use
Concatenate("builtinicon:",Header.Action1Icon)
where Header.Action1Icon is the reference to your input property, and you can pass a value of "Add" for example for the add icon.
Figured it out, create a input of type string. Then on the icon property of the formula, use
Concatenate("builtinicon:",Header.Action1Icon)
where Header.Action1Icon is the reference to your input property, and you can pass a value of "Add" for example for the add icon.
User | Count |
---|---|
156 | |
94 | |
82 | |
77 | |
58 |
User | Count |
---|---|
195 | |
175 | |
103 | |
96 | |
89 |