I’ll like to use a formula data type + from_dataset function over the Dataset Column data type because I’m planning to lookup fields from multiple datasets.
The fix has been released. The problem was that from_dataset only worked with CSV datasets, not JSON. This is now fixed. However, to conserve memory, I’ve limited from_dataset to datasets of 10,000 records or less.