Hi All
i am trying to add/update periodic discount value to D365 F&O using MS flow. Flow failow faisl when it tries to add value to ENUM field in D365 FO entity.
ERROR: An error has occurred. Exception has been thrown by the target of an invocation. Requested value 'Deal Price' was not found.
basically this fails while i try to add value to MixandMatchDiscountType ENUM field. In my flow i am reading values from SQL using SQL connector and then using a loop and a D365 connector to create a record.
currently i am passing a value to enum field as text which is coming from source SQL table.
i am looking for guidance here. is there any function we have to use in MS flow to populate value in ENUM field in D365 FO data entity ?