Hello everyone,
I have a flow that gets the rows from a SharePoint list and writes it as text into another. One of those fields is a calculated field that gives me the week of the year as a number. When is writes this to the other SP list the value in text is coming with .000000 at the end of each whole number for the week of the year. Any thoughts no how to make that format into a whole number in the text column?
Try followings-
1. Use compose and convert this number in Int. Example Int(your calculated column).
OR.
2. Split you value with '.'and pick first from collection. Example- first(split(calculated column,'.')).
Thanks
Hardesh
Thanks. When attempt the below expression, I see the below. I have this set up in an apply to each as I'm collecting the data from one SP to another.
Please add compose action in loop and supply your calculated column value in compose action. Then add one more compose action in which you can use Int('outputs('Compose')'). please select compose output from dynamic panel.
Thanks
Hardesh
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
26 | |
16 | |
16 | |
14 |
User | Count |
---|---|
145 | |
45 | |
43 | |
33 | |
30 |