Hello,
i need to Combine 3 fields of a sharepoint list with the Type "Number" into one field with a flow.
For example. The Fields represent different cost Numbers. I now have to combine then into a single field.
How can i achieve this?
Thank you for your help!
Solved! Go to Solution.
Hi @Paulie78 i uses the "add" expression add(var,add(var2,var3)) this works fine as long as the number field is not blank.
Thanks for your help!
Convert the number fields to strings with the string expression, then wrap those conversions in a concat expression. Does that make sense?
Hi @Paulie78 i uses the "add" expression add(var,add(var2,var3)) this works fine as long as the number field is not blank.
Thanks for your help!
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
32 | |
32 | |
24 | |
24 | |
20 |
User | Count |
---|---|
64 | |
57 | |
43 | |
37 | |
28 |