Skip to content

Refresh Files grid on upload complete #11

@dtpinformatica

Description

@dtpinformatica

I'm trying to refresh the files grid on upload complete
anyone can help me?

I Tried to change
SharePointUploadControlVM.ts
30 this.controlContext = serviceProvider.get<ControlContextService>(ControlContextService.serviceProviderName);
to
30 this.controlContext = serviceProvider.get<PCFControlContextService>(ControlContextService.serviceProviderName);

and added to PCFControlContextService.ts

  notifyOutputChanged(): void {
    this.notifyOutputChangedCallback();
  }

but if i define a Changed Callback on PowerPlatform it isn't fired

can anyone help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions