
Announcements
Hi, I'm currently working with a SharePoint list that is populated by responses from a Microsoft Form. However, my SharePoint list has a Currency column, while Microsoft Forms doesn't have a Currency data type. This is causing my Power Automate flow to fail when trying to insert a value into the Currency column because of a data type mismatch.
How can I handle this situation, converting the form's numeric response into the correct format for the Currency column in SharePoint?