Does the CRM Page's "Open_CRM_Page" action support passing form parameters to fill fields on the form, and also custom parameters?
My action call data looks like this:
LogicalName=contact
Id=<guid>
param_0="test"
firstname="Kyle"
The record opens fine and I can see that the [[<Controlname>.url]] replacement parameter does NOT include my extra data parameters (regular or custom), and "extraqs=" has nothing behind.
*This post is locked for comments