Hi,
How to display euro symbol in CSV from powerapps to power automate flow in sharepoint create file
Thanks in Advance!!!
Hi @GAbraham ,
Simply Pass Column value as text ,
that will display.
or append the Euro symbol in Power automate itself.
Like below -
concat('$',div(variables('value'),100),'.',mod(variables('value'),100))
Thanks,
Vijay
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."-Vijay
User | Count |
---|---|
205 | |
94 | |
87 | |
47 | |
43 |
User | Count |
---|---|
252 | |
104 | |
103 | |
62 | |
57 |