Happy Thursday! Power Automate Community.
Getting the following error message:
'item/Contact_x0020_Number' is required to be of type 'Number/double'.
Contact Number is a Number type in SharePoint. What is the correct Expression to format 'Number/double'.
I created a MS Form, with a flow that will submit the response to a SharePoint list.
Thank you so much in advance.
Solved! Go to Solution.
Hello @oappdev
You want to wrap the dynamic value inside the expression float()
For context:
Int = Integer
(1,2,3,4,5)
Double = Floating point numbers (Decimals)
(1.5, 5.66, 8.55)
To use expressions on dynamic content follow this:
Click expression tab > type float()
Click back over to dynamic content tab and inside the ( ) select the Form answer value > click OK
Proud to be a Flownaut!
Hello @oappdev
You want to wrap the dynamic value inside the expression float()
For context:
Int = Integer
(1,2,3,4,5)
Double = Floating point numbers (Decimals)
(1.5, 5.66, 8.55)
To use expressions on dynamic content follow this:
Click expression tab > type float()
Click back over to dynamic content tab and inside the ( ) select the Form answer value > click OK
Proud to be a Flownaut!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
34 | |
16 | |
14 | |
12 | |
9 |
User | Count |
---|---|
39 | |
26 | |
18 | |
8 | |
7 |