Changing an attribute name stops it working over an App Service connection.

0
I have an entity passed over an App Service connection. Some of the attributes, while present at the end of the App Service action, are blank when they arrive in the consuming app microflow. The really strange thing is that when I rename the attribute to something else and re-import the App Service, it works fine. I then rename it back to the name that I wanted and it delivers empty values again. So my question is this: are there any particular requirements for naming of entities and attributes to be exported over an App Service connection? Is there something else going on here that I am missing? Where should I look next?
asked
1 answers
1

OK. In getting together the evidence to answer the comments by Rene and Joost, I have worked out what is happening.

You apparently cannot rename an attribute that is sent over an App Service as the original name (or at least the one that was first presented to the Published App Service) persists and then never matches up with anything on the consuming end.

I demonstrated this by renaming an attribute that previously worked and re-loading the app service. This resulted in an empty value in the consuming MF. Renaming the attribute back to the original name fixed the problem. I then added a new attribute and manually re-pointed all references to it from the old attribute. This now works as expected.

Bit rubbish if you need to re-think your naming convention part way through, but at least I now have a work-around.

Thanks Rene and Joost for showing an interest.

answered