I think it's possible to get gravity forms when register meta boxes. The hook rwmb_meta_boxes fires at admin_init and at that time everything is ready. You can use $wpdb to query the database to get the data you need and put it in the options parameter.