ContributionsMost RecentMost LikesSolutionsRe: BR SaveMemberInfo is changing Text3 field in all Flow members inadvertently My team and I figured out the issue. It was a version 7.1.1 issue. We have been developing our solution in 7.1.1 and are working on migrating to 7.2.4 but have not gotten there yet. Hopefully soon. Re: BR SaveMemberInfo is changing Text3 field in all Flow members inadvertently Thank you for trying to help with this. I forgot to mention that the values in Text3 are in "Long Term"/2027 in the Flow members. I have tested this by running the code one line at a time starting at...BR SaveMemberInfo is changing Text3 field in all Flow members inadvertently I use the Text3 field in Flow members to hold a status value. I have a BR that is creating one Flow member at a time. When the BR runs the line with SaveMemberInfo, every one of my flow member's Text...Re: Dashboard Extender BR - Get data cell value Thank you to Austin Wise for the following which is what I needed. GetDataCellUsingMemberScript(si, "Cube", memberScript).DataCellEx.DataCell.CellAmount Dashboard Extender BR - Get data cell value I am working with a Dashboard Extender BR and need to get the value of a cell. In another section of the code I am able to get the value of a cell in the V#Annotation but have not been able to figure...SolvedRe: Delete Annotations manthangandhi, Thank you for this suggestion. I think for now, I'm going to build a BR where I identify all the annotations I want to delete and set them to empty or blank. I'm assuming that this w...Delete Annotations Does anyone know how to delete Annotations? I have a DM step and no matter how I set it, it clears the numeric data but not the annotations. I see code to set an annotation value but do not see any c...