I am working with List rows present in a table and I need to know what data type a column, string, integer, date, decimal has, how can I do it? I can't find a way to do it and have it return the type in order to process it.
Thanks for the help
Hi , @rcardenasb
You can use the expression in flow to process your data in your Excel file. In general , from the List rows present in a table, the return type is always the string type in the flow output.
For the integer type and decimal type , you can use the int()/decimal() function to parse it :Reference guide for expression functions - Azure Logic Apps | Microsoft Learn
Reference guide for expression functions - Azure Logic Apps | Microsoft Learn
And for the date, you can use the Date and time functions in the flow, like this:
Best Regards,
Yueyun Zhang
Thanks for the tip Yueyun Zhang, For the moment i resolve the problem using scope.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Chiara Carbone as our Community Spotlight for November…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 647 Super User 2025 Season 2
Tomac 350 Moderator
developerAJ 256