Hi Henrik
I am reading about the question of phone call recording in Android 7+ and, besides problems specific of the brand/device, the first point is that in order to record from VOICE_CALL, in Android 7+, the app needs the CAPTURE_AUDIO_OUTPUT permission, that is included in all the apps that want to record the phone calls, but it seems missing in the manifest.xml of Automate (nor in any of its extensions).
Then in order to try to get the Audio Record block working with VOICE_CALL - IF you are interested in supporting phone call recording in Automate - you could consider to add such permission (may be in the Telephony permission extension). In fact at present, the call to the MediaRecorder API in the Audio Record block is simply refused by Android when the audio source is VOICE_CALL likely due to the lack of the CAPTURE_AUDIO_OUTPUT permission.
Let me know what you think about.
Claudio