When using Form Logic for Dynamics, it is sometimes a requirement to know your campaign ID. You can find the campaign ID by going to the link below.
https://{Your Vuture URL}/mvc/webapi/dynamics/1/campaigns
You will find results in the following format:
{
"name": "All Contact Campaign",
"campaignId": "c4c01556-161a-e711-80d0-00155d010201"
}