web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Nullable integer Power...
Power Automate
Unanswered

Nullable integer PowerApps form field

(0) ShareShare
ReportReport
Posted on by 4

I am new to PowerApps and using a flow. PowerApps form field of datatype is int  (number). This field is blank and passing it to a PowerApps flow, to check blank integer I am using empty() function in a flow. but it errored out as below

[Unable to process template language expressions in action 'Execute_stored_procedure_(V2)' inputs at line '1' and column '9620': 'The template language function 'empty' expects its parameter to be an object, an array or a string. The provided value is of type 'Integer'. Please see https://aka.ms/logicexpressions#empty for usage details.'.]

Please assist me a correct property to check blank integer / blank float values in a flow.

Categories:
I have the same question (0)
  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @Atul22 the empty parameter expects the type of value to be object, array or string, so what you can do is cast the value to string like @empty(string(triggerBody()?['parameter']))

  • Atul22 Profile Picture
    4 on at

    Tried as 

    if(empty(string(triggerBody()['Executestoredprocedure(V2)_AMOUNT'])),null,triggerBody()['Executestoredprocedure(V2)_AMOUNT'])

    But still not able to run the flow, this time flow run history did not had error entry but powerapps screen button showed error (The method 'Run' has an invalid value for parameter 'Executestoredprocedure(V2)_AMOUNT'

     

    Please assist.

  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @Atul22  can you share screenshot of your flow, i want to see where and how you are using this expression

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard