Adding resource-ids to Android in a Beagle based app (SDUI Framework)

Starting to use Beagle framework for mobile app development. I have the server returning JSON with the ID field filled out. In iOS, this is translated into the accessibiltyIdentifier field and it works as expected.

However, on Android I cannot figure out how to convert the Beagle ID into a resource-id for the purpose of finding elements in Appium.

Any ideas? Quick rundown on ID field for Widgets
https://docs.usebeagle.io/faq#how-to-make-instrumented-tests-using-beagle
https://docs.usebeagle.io/v2.0/android/tutorials/test/using-widget-id/