Hello, hoping someone can help me out. I created a button trigger flow directly from within Power BI using a Power Automate visualization to export a table visual to an excel file. That works like a charm. Ultimately, what I am trying to do is call that flow from within another flow. The idea is the parent flow is set to run daily to test todays date against business day 15. When that condition is met, the flow will call the child flow to export the Power BI table to an excel file and save it with the specified name. Both flows work independently of each other except for the part of being able to create the parent child relationship.
I added both flows to a solution so that the run child flow option would be available however when I go to add the "Respond to Power App or Flow" component to the child flow and try to save, I get this error:
Flow save failed with code 'WorkflowUnsupportedSplitOnTriggerForResponseAction' and message 'The workflow with 'Response' action type should not have triggers with 'splitOn' property defined: 'manual'.'.
If I try to turn off the SplitOn setting, I still get the same error. Plus I think it needs to be on to export each line of data from the PBI table into excel. I am wondering if there is a way to edit the SplitOn trigger code that was generated by the PBI flow to allow this to work. Any help would be greatly appreciated.