Skip to content

[BUG] [Scheduler] Output Values #372

Description

@voophie

Which PCF Component
Scheduler

What type of Power App are you using this PCF component in?

  • Canvas App

Describe the bug
The following output values do not behaving as expected:

  • actionRecordSelected --> If a record is selected, the value turns true and then false. Both outputs trigger my code
  • onChangeAction --> Any click in any part of the scheduler triggers the OnChange of the Scheduler

To Reproduce
Steps to reproduce the behavior:

  1. Set up a scheduler
  2. Set up a label with the output values mentioned above
  3. Use the scheduler as intendet and see how the text in the label behaves
  4. Error should occur

Expected behavior
I only want the OnChange to trigger once and only if somethings changes. Also it would be nice, if the 'actionRecordSelected' value would not change as fast, so i can use it properly to influence my code.

Additional context
I'm using the latest managed version of the PCF Scheduler

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions