microsoft/PowerPlatform-DataverseServiceClient

💡Idea: CreateAndReturnAsync - WithFields

Gareth064 opened this issue · 1 comments

I have just discovered the CreateAndReturnAsync method and was using it. I then realized it was returning all fields of the record.

Do you think it would be useful to add in a string[] param to allow you to define which fields you'd like to be returned as well?

Or is that making the method too complex and we should just do a regular CreateAsync and use the returned ID (of the new record) to make our own RetrieveAsync call and define the fields we want?

Closing as it should have been raised in Discussion. New discussion created #402