I am creating a custom PCF control for PowerApps. Is it possible to get other fields of the form from that custom control?
I want to get in my init method:
public init(context: ComponentFramework.Context, notifyOutputChanged: () => void, state: ComponentFramework.Dictionary, container: HTMLDivElement) {}