Issue with TotalDebtRatio Parameter in Power Apps Tutorial

Claudio Galiano 20 Reputation points
2024-07-02T10:41:09.1266667+00:00

Hi,

I am following a tutorial for creating a canvas app in Power Apps and have encountered an issue with the formula applied to the OnSelect function of a button. The formula is as follows:

With(
    Contacts.contoso_CalculateContactDebtRatio(RecordsGallery1.Selected.Contact),
    Notify(
        "Total debt ratio: " & Text(
            TotalDebtRatio,
            "###.00%"
        )
    )
)

The problem occurs when I try to save the formula with the TotalDebtRatio parameter. In this case, the formula resets to its previous state and I am unable to proceed. I have followed all the previous steps to configure the instant plugins, so I don’t think the issue is related to a misconfiguration.

Here are the links to the relevant parts of the tutorial:

Could you help me understand what might be causing this issue and how to resolve it?

Thank you very much for your assistance!

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
196 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Syed Saleem Peera 1,795 Reputation points Microsoft Vendor
    2024-07-05T04:52:10.99+00:00

    Hi Claudio Galiano,

    Thank you for your patience.

    It seems like the syntax is correct, but the exact error isn't being shown. Let's try to run it again.

    If the issue persists, please double-check the TotalDebtratio once again to ensure everything is correctly defined.

    If you are still facing any issue, please let us know in the comments. We are glad to help you.

    If the information is helpful, please Accept Answer so that it would be helpful to community members.

    Thank you.