Need to writeToDB before Webservice call

I have an expression based record type. And record expression uses a webservice to get the data. Everytime that webserivce expression is called, i want to write to DB with the few details for logging purpose.
a!writeToDataStoreEntity or a!startProcess can only be executed inside a saveInto on a Interface Component or as part of a Web API.
How can i write data to DB in such case?

  Discussion posts and replies are publicly visible