I try to use Flow to import data from Azure SQL to on-premise SQL. Trigger is when an Azure SQL item is created; Action is SQL Insert row. The two SQL tables have the same field names and types. I choose dynamic content for each field to insert. All fields works fine except that the fields with money type. It shows NO DYNAMIC CONTENT AVAILABLE for those field. Does any one know how to deal with the money type field?