Also, if you use the browser inspector to inspect the field label, you can more easily identify the path:
e.g.
<label for="multiple_blocks.0.nested_block_multiple.1.example_field" class="form__label">
Becomes:
#fieldPath=multiple_blocks.0.nested_block_multiple.1.example_field

