Blog Post
JackLacava
Honored Contributor
It's a known issue with all blog posts, unfortunately. We have people working on it at the moment.
SteveK
6 days agoNew Contributor III
Screenshots are back again!
I used the other approach you outlined in a XFBR:
Dim strWFName As String = args.NameValuePairs("WFName")
Dim strScenario As String = args.NameValuePairs("Scenario")
Dim strPeriod As String = args.NameValuePairs("Period")
Dim strBiBlendTable As String = Brapi.Import.Data.GetBiBlendInfo(si, BrAPI.Workflow.General.GetWorkflowUnitClusterPk(si, strWFName, strScenario, strPeriod)).BlendTableName
Return strBiBlendTable
Thanks for pointing me in the right direction
Steve