Hi all,
Currently I'm creating a kind of dashboard on which I list all the 'Modern Flow' records in the workflow table by using the next query.
/api/data/v9.1/workflows?$filter=category eq 5&$select=name,statecode,workflowid,workflowidunique,solutionid,category&$expand=owninguser($select=fullname)"
(cat 5 = modern workflow)
For some strange reason, or at least I don't understand why, the solutionid is most of the time wrong. Instead of getting the correct solutionid of the solution it is part off, I do get the id of the solution 'active solution' or 'basic solution'. It seems mostly the case when requesting modern flows part of an unmanaged solution. When the solution is managed, it seems to give back the correct solutionid.
Is this expected behavior? Can I alter my request to get the correct solution?
Regards,
Miscode

Report
All responses (
Answers (