Getting Error while check in the in flow action using post processing activity

I think the issue what I am getting it is kind a weird issue.

While checked out the same activity , it is not throwing any error and values are saving it to DB.

While checked in the rule, throwing error posted below

Error:

Failed to compile generated Java com.pegarules.generated.activity.ra_action_newvals_1a3d1bfda29b835b8feee89138c5e0aa: ----------

  1. ERROR in /com/pegarules/generated/activity/ra_action_newvals_1a3d1bfda29b835b8feee89138c5e0aa.java (at line 75)
    ClipboardProperty pz_11 = scalarValueQuery_10.resolveToString(tools, pega.findPageWithException(“PrImArYpAgE”, null), ImmutablePropertyInfo.TYPE_TEXT);
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Type mismatch: cannot convert from String to ClipboardProperty

1 problem (1 error)
Compile failed.

Hi @Kushal_PegaDev_SSA, Are you using branches for development? If yes, can you please check if you are using a property which is defined in a branch different from the calling activity?

Thanks,

Saurabh.

Yes I am using branching yes tht might be happened let me check.

so you are assuming that the property is in different branch from the calling activity?

@SaurabhG7134 Thanks bro. I got it it worked for me.

Thanks for your help