Hi there,
I'm using Adaptive Cards with PVA and sending the data to an email address.
So, when the field is not required and the user don't need to fill up the field, the data is still sent and when the email arrives there is an error code like this one {ff075097-c8fe-4ac5-bc6a-657484f672a4} corresponding to the field that was empty .
So, how to avoid the adaptive cards sending the field when is empty?
Thanks in advance.
Fernando
Gotcha!
Thank you.
I wasn't suggesting that you implement it on the cards themselves. Instead, you use it in the email where you are getting the error to make sure that a default value is supplied when one of the fields on the adaptive card returns a null.
Hi @Pstork1 ,
Thank you very much for your reply.
I'm not sure how to implement Coalesce() on the adaptive cards.
If you could please paste a code example, that would help a lot.
Thank you in advance,
Fernando
Are you sending the email using a flow that posts the adaptive card and then sends the email based on what is returned? If you are you can just add a Coalesce() around each field that might be empty when you send the email. Then supply a space or an empty string as the alternate value in the Coalesce(). If the field is null it will use the blank instead.
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional