Powerapps Connector to Create an Action Custom Field cannot send value field

Options
Trying to use a button to create an action custom field for an existing Action. Below are the code, where I got stuck is the value, it requires a Record type, however there is no documentation or indicator to show what key and value is required here. This example, the custom field category requires a CodeTableEntry, how do i pass this info in? Please advise and really appreciate!


BlackbaudRaisersEdgeNXT.CreateActionCustomField(

9286288,

"CF - Call/Action Status",

{value: {},

date: Today(),

comment: "This is Sample Comment!"})

Comments

  • I think this is a bug.


    The SKY API documentation says that "value" type changes depending on what type of custom field is being added (in the example schema, it's Boolean), but in PowerApps it only accepts a Record type.


    I haven't done too much of this type of action in PowerApps, though. Maybe someone else can confirm?

Categories