I'm trying to send an Event to Azure Events HUB but I can't find an example of how to format the properties value. So far I have:
EventHubs.SendEvent("TEST01", { Properties:"???" })
I want to send something like {ID:123, Title:"Hello"}
I have tried the format used on the ServiceBus connector but it returns an error. Thanks in advance!
Hi @GarryB
Send Event properties format is as follows
https://www.carlosag.net/PowerApps/Connectors/Event-Hubs#_Toc6A3CA18_SendEvent
SendEvent
Summary:
Description: Send Event data
Properties:
Name | Type | Summary |
ContentData | string(byte) Content | Content of the event |
Properties | Properties | Key-value pairs for each application property |
Properties
Summary: Properties
Description: Key-value pairs for each application property
Properties:
Name | Type | Summary |
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hey @RezaDorrani ,
Thanks, yes, what I'm actually after is how to create the key value pairs in the required format in the formula.
Any ideas?
Bumping for visibility
@Anonymous
Hello Gary,
Pls can you let me know if you found a way to do this.
Can you pls share sample format of the code.
We have same use case and require your help.
User | Count |
---|---|
252 | |
102 | |
94 | |
50 | |
39 |