Hi, I am currently using the Spex Add-on for Microsoft M365 Automation in Splunk. I have completed the setup and granted all the permissions mentioned in the installation guide/documentation. Authentication appears to be working correctly, as I am able to successfully: Fetch Microsoft Power Platform environment details List Power Automate flows available in the environments However, I am unable to fetch: Flow run details Flow run action details The modular input executes, but no flow runs or actions are ingested. While troubleshooting, I identified the following error in the logs: 2026-05-27 12:50:26,065 log_level=INFO pid=15800 tid=MainThread file=log.py:log_event:230 | action=started modular_input_name=PAFlowRunLogs 2026-05-27 12:50:34,480 log_level=INFO pid=15800 tid=MainThread file=flow_runs_collector.py:collect_flow_runs:12 | Collecting flow runs from 20 environments. 2026-05-27 12:50:34,485 log_level=WARNING pid=15800 tid=MainThread file=flow_runs_collector.py:collect_flow_runs:31 | Skipping environment 0c39b4b3-63f2-e5e3-bbd7-c60efbfd0310 due to error retrieving flows: get_flows_by_environment() missing 1 required positional argument: 'token' Additional observations: Environment discovery is working correctly (Collecting flow runs from 20 environments) The issue occurs during flow retrieval within each environment As a result, all environments are skipped and no runs/actions are ingested I also verified that I can manually list environments and flows successfully through the add-on This appears to be related to the get_flows_by_environment() function call in flow_runs_collector.py, where the required token argument may not be getting passed correctly during modular input execution. Could you please confirm: Whether this is a known issue in the current add-on version If a patch or updated version is available Whether there is any recommended workaround or configuration change Environment Details: Splunk Enterprise: 10.4.0 Add-on: Spex Add-on for Microsoft M365 Automation - version -1.1.3 Build - 1743961238 OS: Windows Please let me know if you need any additional logs or configuration details.
... View more