I have tried to build a custom block following this tutorial: https://www.advancedcustomfields.com/resources/acf-blocks-using-innerblocks-and-parent-child-relationships/
I also need to build a similar block that display a picture of a user and the name and bio. I have created a custom User dropdown field and added it to my custom block. Instead of the sample, where it loads some random image generated by https://i.pravatar.cc/120, I would like the InnerBlocks template $inner_blocks_template to get the use ID selected by the administrator and display the user profile image. If not user is displayed, then it should display the current user image. On the user, there is a custom image field where the administrator can attach and profile image. Is doable?