microsoft / coe-starter-kit

Other
764 stars 225 forks source link

[CoE Starter Kit - BUG] DLP Impact Analyses Flow fails on creating Tasks with long names #9266

Open AMSoftwareNL opened 1 week ago

AMSoftwareNL commented 1 week ago

Does this bug already exist in our backlog?

Describe the issue

Length of the name column in the table 'DLP Impact Analyses' is set to 100. Creation of DLP Impact Analysis task record fails if Flow Name is longer than 100 characters.

The 'inputs.parameters' of workflow operation 'Add_impacted_flow_to_table' of type 'OpenApiConnection' is not valid. Error details: The API operation 'CreateRecord' requires the property 'item/admin_name' to be a string of maximum length '100' but is of length '174'.

Expected Behavior

Flow name fits in the field or is truncate if needed.

Expand field length to 250 and/or truncate Flow name if longer than field length

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.45

What app or flow are you having the issue with?

DLP Editor>Parse impacted resources into CSV

What method are you using to get inventory and telemetry?

Cloud flows

Steps To Reproduce

Have a flow with a name longer than 100 characters. Run DLP impact analyses with export to task list which includes this flow. Task is not created and error in flow with

The 'inputs.parameters' of workflow operation 'Add_impacted_flow_to_table' of type 'OpenApiConnection' is not valid. Error details: The API operation 'CreateRecord' requires the property 'item/admin_name' to be a string of maximum length '100' but is of length '174'.

Anything else?

No response

Jenefer-Monroe commented 1 week ago

Thank you for posting, will investigate for an upcoming release.