The smartsheet power automate 'insert row' function treats numbers as text
I am pulling data from an erp system an pushing it into a smartsheet using PowerAutomate and the available PowerAutomate connector action 'Insert Row' -- the input data to that function is numeric but it is showing up in Smartsheet as text. is there anyway to get it to populate as numeric or do we have to do a formula on the smartsheet side to get the value?
Answers
-
Hi @teresahoes
I hope you're well and safe!
Do the numbers begin with 0 (Zero)?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
they do not begin with zero - if they do will they come over as numbers?
-
No, it's the other way around. It will be read as text if it starts with 0.
Can you share some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Here you can see the inputs to the Insert Row action in Power Automate - note the parameters related to quotes are numeric in the json - not text.
Here is the output from the insert row process - you can see it is being returned as text in the json - and thus shows in the smartsheet column as text (with the apostrophe in front of it). I am unsure whether this Insert Row action is the culprit (bug or whatever) - or if there is something that can be done on the smartsheet side to ensure incoming numbers are retained as numbers.
-
I'm having this exact same issue! Was there a resolution to this or maybe you tried another method to import the data into Smartsheet?
TIA!
-
Has there been any progress made here?? I'm having the same issue and it's quite annoying!
-
@teresahoes Thanks for providing this documentation. I reached out to Smartsheet support, and they mentioned Microsoft owns the connector and manages it. They could probably make the update easily, if only there was a way to let (Microsoft) know. For what it's worth, I created a case for this in case they can bring up the enhancement request.
-
Has Microsoft responded to your case? I have been experiencing the same issues as are being discussed in this thread and it has made my automation efforts difficult 😅
-
I have experienced the same issue using the API in Bridge.
To resolve, instead of referencing displayValue, reference value and do not put the relative reference in ""
Smartsheet will then treat the value as a number instead of as a string and will not include the '
If the value field is blank, this will cause an error. To resolve, add || to your relative reference, followed by the text you want Smartsheet to include if value is empty
Example: {{states.startstate.smartsheet.get_row.row.cells.DEC.value||0}}
Full HTTP Request Body looks like this:
{
"cells":
[
{"columnId":6493121134415748,"value":{{states.startstate.smartsheet.get_row.row.cells.DEC.value||0}}
}
]
}
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives