Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CoE Starter Kit - QUESTION] issue with the "Assign to all" button in the Request Orphaned Objects Reassigned (Child) flow #8362

Closed
1 task done
JanetK12 opened this issue May 27, 2024 · 7 comments
Assignees
Labels
coe-starter-kit CoE Starter Kit issues question Further information is requested

Comments

@JanetK12
Copy link

JanetK12 commented May 27, 2024

Does this question already exist in our backlog?

  • I have checked and confirm this is a new question.

What is your question?

Hello!

I had the question regarding the Request Orphaned Objects Reassigned (Child) flow and the action "Assigntoall".
image

I noticed that usually when users click to the button "Assigntoall" - it fails.

image image

I tested the flow to see what happens If I will click to this button, but for me it works successfully. Also, I noticed that sometimes when the users click to it, it also works successfully for some of them. So, it is not always failing and not all the users fail if this action is clicked. So, I assume this action is not allowed for everyone? Or that is not right, and this action needs to work for all the users? Do you know what could be the problem?

What solution are you experiencing the issue with?

Governance

What solution version are you using?

No response

What app or flow are you having the issue with?

Request Orphaned Objects Reassigned (Child)

What method are you using to get inventory and telemetry?

None

AB#3375

@JanetK12 JanetK12 added coe-starter-kit CoE Starter Kit issues question Further information is requested labels May 27, 2024
@RajeevPentyala RajeevPentyala moved this to Todo ✏️ in CoE Starter Kit May 27, 2024
@Jenefer-Monroe
Copy link
Collaborator

Looks like this happens if they dont enter anything for the user to reassign to.
image

Let me see if there is an easy fix

@Jenefer-Monroe
Copy link
Collaborator

ok just added a coalesce statement so that was an easy fix for June release.
image

Same bug also existed in the "see each" branch so fixed there too.

@Jenefer-Monroe Jenefer-Monroe self-assigned this May 27, 2024
@Jenefer-Monroe Jenefer-Monroe moved this from Todo ✏️ to Code complete ☑ in CoE Starter Kit May 27, 2024
@JanetK12
Copy link
Author

JanetK12 commented May 28, 2024

Hi @Jenefer-Monroe !
Thank you very much for your answer!
Oh, I see!
I hope this is the case.
Just in case I will try to contact with the user that has this issue to understand that indeed they did not write the email in the field.
But could I ask something? As We have the custom version of the flows, would that be possible for you to show what steps you added and where in the flow, so that we can add them manually to our custom flow now? of course, in case this is possible!
Thank you advance!

@Jenefer-Monroe
Copy link
Collaborator

Unfortunately I think with the other recent changes to the flow that you dont have yet, you'll be better served re-applying your changes to the flow.
Sorry about that!

@Jenefer-Monroe
Copy link
Collaborator

Here are the changes made for this issue:

Assign all

This expression: @{coalesce(outputs('Send_Table_For_Response')?['body/data/toWhom'], 'No data entered')}
Here
image

Assign each - app

This expression: @{coalesce(outputs('SendAppForResponses')?['body/data/toWhom'], 'No data entered')}
Here
image

Assign each - flow

This expression: @{coalesce(outputs('SendAppForResponses_flow')?['body/data/toWhom'], 'No data entered')}
Here
image

@JanetK12
Copy link
Author

Hi @Jenefer-Monroe !
Oh, thank you very much for all these steps!!! I will try that! Hope will work!

@Jenefer-Monroe
Copy link
Collaborator

You bet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coe-starter-kit CoE Starter Kit issues question Further information is requested
Projects
Status: Done
Development

No branches or pull requests

3 participants