I have a Repeating Group, where each item is dynamic in size(minimum 150 px etc).
At the end of the repeating group i want a box in the same size displaying “add new”. This in itself is not hard at all, i can just add it under the RG, but my issue is i want it the same exact size as each RG item(which are dynamic), how would i do this?
It’s messy, but you can inject a sentinel false data element as a placeholder for “Add New”. For the data source of the RG, manually add one more element to the return everytime. Do A Search For Users append Do A Search for a known dummy-user.:first item. In the RG, set a conditional that if the cell’s uniqueID is equal to the known dummy ID, everything should be in “create new mode”, either as an embedded custom state or as a conditional on an inner-group within the RG.
Messier, because it requires your data to be manipulated in order to produce what should be a very simple front-end state.