I am taking the Business Architect Training and I cannot get past the Low-code App Builder Mission Exercise. I have tried this part multiple times and keep tripping up. I cannot figure out what I am doing wrong.
You can see that I have the data objects in my list (exercise1.jpg)I have tried using the directions from the exercise (directions.jpg) with the expression written there and it doesn’t work. I get an error message (exercise3.jpg). I also tried using the exact expression from the solution video (solutionvideo.jpg) and I get an error there too (exercise2.jpg). I am unsure why the two are different. The message appears to imply you cannot use * with a decimal, but the format is currency in both photos.
As noted in the error messages in Exercise1.JPG and Exercsie2.JPG, you have not defined a field (property) named TransferFee in the TransferOffer data object. I logged onto your Pega instance, and I confirmed the field named TransferFee is missing. I do see a field named TransferRate - is this your substitution? If so, substitutions are not allowed. Your solution build must match the acceptance criteria.
Regarding the error message in Exercise3.JPG, TransferOffer is a list (page) of fields, so you have to specify which embedded field from the list you want. See the example in SolutionVideo.JPG - notice the reference is .TrasnferOffer.TransferFee
In your screenshot (Exercsie3.JPG), you stopped at .TrasnferOffer, and this will not work, so you are getting the error.