Update a constituent custom field in Power Automate

Options
I am attempting to create a flow that will update a constituent custom field in Power Automate.  The field I want to change has a Yes/No value, and I want to change it from No to Yes.  I'm running into two problems:


1) Any constituent custom fields with Yes/No value are being changed, not just the one I'm specifying in Category.

2) The flow is "failing" because it can't update other custom fields with different data types.


How do I get it to just look at the one custom field I want?  Any help appreciated!  

Comments

  • Sounds like you might be fetching all custom fields for a constituent, doing an Apply to each, and updating the Yes/No value within that Apply to each block.  Is that right?


    If so, you're going to have to filter your custom fields before you do the update, so that only the one you want is updated.  You can do this with the Filter Array action. 


    If you need instructions on how to do this, it would be helpful to have a screenshot of your flow.

Categories