I'm currently passing emailaddresses in each line but when i submit it is storing values as test@test.com;test2@test.com but it has tostore in db as in new line and it has to be passed to an integration as {"test@test.com,test2@test.com"} Can someone please help
Discussion posts and replies are publicly visible
yes the value local!formattedEmailString abc@test.com,abc@test.com,abc@test.com yes integrations is in PM.In postman if i test with comma separated data it will work (abc@test.com,abc@test.com,abc@test.com )
These are emails were passed to that API
Is this EmailPV a multiple type process variable? Can you try changing it to single and pass the values from local!formattedEmailString to the corresponding rule input and thus pv EmailPV?
yes
It is taking the value as null for formattedEmailString and API is returning error as
I'm trying to save formattedEmailStrings into a!save(ri!FormattedEmails,local!formattedEmailString), .. I need to pass this data to integration but value is getting passed as NULL
Can you open the expression editor here and verify its not wrapping variable into "". If you see others don't have = signs in the value column except last two. EVen there one is a pv so the last one you should check and map to pv appropriately.
I changed it but still I'm getting value as null
It is updating in the rule input
Can you try to remove the user input task and add it can. Redo the configurations and see if it works! Till this stage the configurations looks right so it is weird for the rule input to not pass the data into pv. So give it a try
I did tried it but it is not working . I have given the values in the edit processmodel to see if it works and it worked . That means values are not getting passed from interface to PV. can you please suggest