-2

what actions/connectors one could use to parse a excel file and map columuns from a excel table to and external store, in this case i wish to make a record in Dynamics 365 operations using OData entity.

Thanks

Umer Ejaz
  • 7
  • 1
  • 2

1 Answers1

0

Why exactly are the obvious RapidStart Services no option for you? If you definitely need to use OData, I suggest building a publishable OData page via WebServices. You then can implement a parser in any environment/language you prefer and submit the new record via a RESTful Webservice-Call (which nearly every framework should allow) to this very same page, in order to submit the record to your productive environment.

kopaka
  • 535
  • 4
  • 17
  • well. it is my first week working with logic apps. didn't find enough information on the topic on internet so decided to ask here. – Umer Ejaz Nov 07 '19 at 08:55